Html Css Color HEX #BB1232 Cardinal

📋 copy color: '#BB1232'

red 187 ◦ green 18 ◦ blue 50

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

Shades of Cardinal #BB1232

Tints of Cardinal #BB1232

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.06%

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

R = 73.33%
G = 7.06%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB1232 (or 0xBB1232) is known color: Cardinal. HEX triplet: BB, 12 and 32. RGB value is (187,18,50). Sum of RGB (Red+Green+Blue) = 187+18+50=255 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.33% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1232 is #44EDCD. Grayscale: #484848. Windows color (decimal): -4517326 or 3281595. OLE color: 3281595.

HSL color Cylindrical-coordinate representation of color #BB1232: hue angle of 348.64º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1232 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 18 50 -
CMYK 0 0.90 0.73 0.27
HSL 348.64º 0.82% 0.4% -
HSV(B) 348.64º 0.9% 0.73% -
XYZ 21.29 11.23 4.06 -
YUV 72.18 115.49 209.9 -
System Red Green Blue C M Y K H S L
Decimal 187 18 50 0 0.90 0.73 0.27 348.64 0.82 0.4
Hex BB 12 32 0 5A 49 1B 15D 52 28
Octal 273 22 62 0 132 111 33 535 122 50
Binary 10111011 10010 110010 0 1011010 1001001 11011 101011101 1010010 101000

Color Harmonies of #BB1232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1232

Black with #BB1232

Text Example


Text Example

White with #BB1232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1232; }

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

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

background-color css

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

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

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

border-color css

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

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

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