Html Css Color HEX #BB1947 Cardinal

📋 copy color: '#BB1947'

red 187 ◦ green 25 ◦ blue 71

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

Shades of Cardinal #BB1947

Tints of Cardinal #BB1947

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.83%

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

R = 66.08%
G = 8.83%
B = 25.09%

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

#BB1947 (or 0xBB1947) is known color: Cardinal. HEX triplet: BB, 19 and 47. RGB value is (187,25,71). Sum of RGB (Red+Green+Blue) = 187+25+71=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 71 (28.12% from 255 or 25.09% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1947 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1947 is #44E6B8. Grayscale: #4E4E4E. Windows color (decimal): -4515513 or 4659643. OLE color: 4659643.

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

Color convert

RGB 187 25 71 -
CMYK 0 0.87 0.62 0.27
HSL 342.96º 0.76% 0.42% -
HSV(B) 342.96º 0.87% 0.73% -
XYZ 21.98 11.71 7.06 -
YUV 78.68 123.67 205.26 -
System Red Green Blue C M Y K H S L
Decimal 187 25 71 0 0.87 0.62 0.27 342.96 0.76 0.42
Hex BB 19 47 0 57 3E 1B 157 4C 2A
Octal 273 31 107 0 127 76 33 527 114 52
Binary 10111011 11001 1000111 0 1010111 111110 11011 101010111 1001100 101010

Color Harmonies of #BB1947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1947

Black with #BB1947

Text Example


Text Example

White with #BB1947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1947; }

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

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

background-color css

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

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

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

border-color css

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

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

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