Html Css Color HEX #BB1E47 Cardinal

📋 copy color: '#BB1E47'

red 187 ◦ green 30 ◦ blue 71

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

Shades of Cardinal #BB1E47

Tints of Cardinal #BB1E47

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.42%

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

R = 64.93%
G = 10.42%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BB1E47 (or 0xBB1E47) is known color: Cardinal. HEX triplet: BB, 1E and 47. RGB value is (187,30,71). Sum of RGB (Red+Green+Blue) = 187+30+71=288 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.93% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 71 (28.12% from 255 or 24.65% from 288); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1E47 is #44E1B8. Grayscale: #515151. Windows color (decimal): -4514233 or 4660923. OLE color: 4660923.

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

Color convert

RGB 187 30 71 -
CMYK 0 0.84 0.62 0.27
HSL 344.33º 0.72% 0.43% -
HSV(B) 344.33º 0.84% 0.73% -
XYZ 22.1 11.95 7.1 -
YUV 81.62 122.01 203.17 -
System Red Green Blue C M Y K H S L
Decimal 187 30 71 0 0.84 0.62 0.27 344.33 0.72 0.43
Hex BB 1E 47 0 54 3E 1B 158 48 2B
Octal 273 36 107 0 124 76 33 530 110 53
Binary 10111011 11110 1000111 0 1010100 111110 11011 101011000 1001000 101011

Color Harmonies of #BB1E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1E47

Black with #BB1E47

Text Example


Text Example

White with #BB1E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1E47; }

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

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

background-color css

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

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

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

border-color css

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

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

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