Html Css Color HEX #BB1847 Cardinal

📋 copy color: '#BB1847'

red 187 ◦ green 24 ◦ blue 71

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

Shades of Cardinal #BB1847

Tints of Cardinal #BB1847

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.51%

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

R = 66.31%
G = 8.51%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BB1847 (or 0xBB1847) is known color: Cardinal. HEX triplet: BB, 18 and 47. RGB value is (187,24,71). Sum of RGB (Red+Green+Blue) = 187+24+71=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1847 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1847 is #44E7B8. Grayscale: #4E4E4E. Windows color (decimal): -4515769 or 4659387. OLE color: 4659387.

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

Color convert

RGB 187 24 71 -
CMYK 0 0.87 0.62 0.27
HSL 342.7º 0.77% 0.41% -
HSV(B) 342.7º 0.87% 0.73% -
XYZ 21.96 11.67 7.06 -
YUV 78.1 124 205.68 -
System Red Green Blue C M Y K H S L
Decimal 187 24 71 0 0.87 0.62 0.27 342.7 0.77 0.41
Hex BB 18 47 0 57 3E 1B 157 4D 29
Octal 273 30 107 0 127 76 33 527 115 51
Binary 10111011 11000 1000111 0 1010111 111110 11011 101010111 1001101 101001

Color Harmonies of #BB1847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1847

Black with #BB1847

Text Example


Text Example

White with #BB1847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1847; }

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

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

background-color css

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

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

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

border-color css

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

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

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