Html Css Color HEX #BB1532 Cardinal

📋 copy color: '#BB1532'

red 187 ◦ green 21 ◦ blue 50

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

Shades of Cardinal #BB1532

Tints of Cardinal #BB1532

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.14%

 BLUE value IS 50 (19.92% from 255) = 19.38%

R = 72.48%
G = 8.14%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB1532 (or 0xBB1532) is known color: Cardinal. HEX triplet: BB, 15 and 32. RGB value is (187,21,50). Sum of RGB (Red+Green+Blue) = 187+21+50=258 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.48% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1532 is #44EACD. Grayscale: #494949. Windows color (decimal): -4516558 or 3282363. OLE color: 3282363.

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

Color convert

RGB 187 21 50 -
CMYK 0 0.89 0.73 0.27
HSL 349.52º 0.8% 0.41% -
HSV(B) 349.52º 0.89% 0.73% -
XYZ 21.34 11.33 4.08 -
YUV 73.94 114.5 208.64 -
System Red Green Blue C M Y K H S L
Decimal 187 21 50 0 0.89 0.73 0.27 349.52 0.8 0.41
Hex BB 15 32 0 59 49 1B 15E 50 29
Octal 273 25 62 0 131 111 33 536 120 51
Binary 10111011 10101 110010 0 1011001 1001001 11011 101011110 1010000 101001

Color Harmonies of #BB1532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1532

Black with #BB1532

Text Example


Text Example

White with #BB1532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1532; }

 p { color: rgb(187,21,50); }

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

background-color css

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

 a { background-color: rgb(187,21,50); }

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

border-color css

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

 span { border-color: rgb(187,21,50); }

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