Html Css Color HEX #BB0447 Cardinal

📋 copy color: '#BB0447'

red 187 ◦ green 4 ◦ blue 71

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

Shades of Cardinal #BB0447

Tints of Cardinal #BB0447

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.53%

 BLUE value IS 71 (28.13% from 255) = 27.1%

R = 71.37%
G = 1.53%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BB0447 (or 0xBB0447) is known color: Cardinal. HEX triplet: BB, 04 and 47. RGB value is (187,4,71). Sum of RGB (Red+Green+Blue) = 187+4+71=262 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.37% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 71 (28.12% from 255 or 27.10% from 262); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0447 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0447 is #44FBB8. Grayscale: #424242. Windows color (decimal): -4520889 or 4654267. OLE color: 4654267.

HSL color Cylindrical-coordinate representation of color #BB0447: hue angle of 338.03º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB0447 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 4 71 -
CMYK 0 0.98 0.62 0.27
HSL 338.03º 0.96% 0.37% -
HSV(B) 338.03º 0.98% 0.73% -
XYZ 21.67 11.11 6.96 -
YUV 66.36 130.63 214.05 -
System Red Green Blue C M Y K H S L
Decimal 187 4 71 0 0.98 0.62 0.27 338.03 0.96 0.37
Hex BB 4 47 0 62 3E 1B 152 60 25
Octal 273 4 107 0 142 76 33 522 140 45
Binary 10111011 100 1000111 0 1100010 111110 11011 101010010 1100000 100101

Color Harmonies of #BB0447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0447

Black with #BB0447

Text Example


Text Example

White with #BB0447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0447; }

 p { color: rgb(187,4,71); }

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

background-color css

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

 a { background-color: rgb(187,4,71); }

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

border-color css

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

 span { border-color: rgb(187,4,71); }

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