Html Css Color HEX #BB1042 Cardinal

📋 copy color: '#BB1042'

red 187 ◦ green 16 ◦ blue 66

#BB1042
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #BB1042

Tints of Cardinal #BB1042

RGB

 RED value IS 187 (73.44% from 255) = 69.52%

 GREEN value IS 16 (6.64% from 255) = 5.95%

 BLUE value IS 66 (26.17% from 255) = 24.54%

R = 69.52%
G = 5.95%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB1042 (or 0xBB1042) is known color: Cardinal. HEX triplet: BB, 10 and 42. RGB value is (187,16,66). Sum of RGB (Red+Green+Blue) = 187+16+66=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1042 is #44EFBD. Grayscale: #484848. Windows color (decimal): -4517822 or 4329659. OLE color: 4329659.

HSL color Cylindrical-coordinate representation of color #BB1042: hue angle of 342.46º 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 #BB1042 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 16 66 -
CMYK 0 0.91 0.65 0.27
HSL 342.46º 0.84% 0.4% -
HSV(B) 342.46º 0.91% 0.73% -
XYZ 21.66 11.33 6.2 -
YUV 72.83 124.15 209.43 -
System Red Green Blue C M Y K H S L
Decimal 187 16 66 0 0.91 0.65 0.27 342.46 0.84 0.4
Hex BB 10 42 0 5B 41 1B 156 54 28
Octal 273 20 102 0 133 101 33 526 124 50
Binary 10111011 10000 1000010 0 1011011 1000001 11011 101010110 1010100 101000

Color Harmonies of #BB1042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1042

Black with #BB1042

Text Example


Text Example

White with #BB1042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1042; }

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

 H1.HeaderClassName
 {
   color: #BB1042;
 }
 .AnyTagClassName
 {
   color: #BB1042;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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