#BB102B

Color #BB102B Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #BB102B

Tints of Cardinal #BB102B

Color information

#BB102B (or 0xBB102B) is unknown color: approx Cardinal. HEX triplet: BB, 10 and 2B. RGB value is (187,16,43). Sum of RGB (Red+Green+Blue) = 187+16+43=246 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.02% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 187 - color contains mainly: red. Hex color #BB102B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB102B is #44EFD4. Grayscale: #464646. Windows color (decimal): -4517845 or 2822331. OLE color: 2822331.

HSL color Cylindrical-coordinate representation of color #BB102B: hue angle of 350.53º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB102B is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB1871643-
CMYK00.910.770.27
HSL350.53º84.24%39.8%-
HSV(B)350.53º91.44%73.33%-
XYZ21.1111.113.32-
YUV70.21112.65211.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 76.02%
GREEN value IS 16 (6.64% from 255) = 6.50%
BLUE value IS 43 (17.19% from 255) = 17.48%
R=76.02%
G=6.50%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187164300.910.770.27350.5384.2439.8
HexBB102B05B4D1B15f5428
Octal273205301331153353712450
Binary1011101110000101011010110111001101110111010111111010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB102B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB102B; }

 p { color: rgb(187,16,43); }

 H1.HeaderClassName
 {
   color: #BB102B;
 }
 .AnyTagClassName
 {
   color: #BB102B;
 }
</style>
background-color css

<style>
 a { background-color: #BB102B; }

 a { background-color: rgb(187,16,43); }

 div.DivClassName
 {
   background-color: #BB102B;
 }
 .BgClassName
 {
   background-color: #BB102B;
 }
</style>
border-color css

<style>
 span { border-color: #BB102B; }

 span { border-color: rgb(187,16,43); }

 td.TdClassName
 {
   border-color: #BB102B;
 }
 .TagClassName
 {
   border-color: #BB102B;
 }
</style>