Html Css Color HEX #BB1132 Cardinal

📋 copy color: '#BB1132'

red 187 ◦ green 17 ◦ blue 50

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

Shades of Cardinal #BB1132

Tints of Cardinal #BB1132

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.69%

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

R = 73.62%
G = 6.69%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB1132 (or 0xBB1132) is known color: Cardinal. HEX triplet: BB, 11 and 32. RGB value is (187,17,50). Sum of RGB (Red+Green+Blue) = 187+17+50=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1132 is #44EECD. Grayscale: #474747. Windows color (decimal): -4517582 or 3281339. OLE color: 3281339.

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

Color convert

RGB 187 17 50 -
CMYK 0 0.91 0.73 0.27
HSL 348.35º 0.83% 0.4% -
HSV(B) 348.35º 0.91% 0.73% -
XYZ 21.27 11.2 4.06 -
YUV 71.59 115.82 210.32 -
System Red Green Blue C M Y K H S L
Decimal 187 17 50 0 0.91 0.73 0.27 348.35 0.83 0.4
Hex BB 11 32 0 5B 49 1B 15C 53 28
Octal 273 21 62 0 133 111 33 534 123 50
Binary 10111011 10001 110010 0 1011011 1001001 11011 101011100 1010011 101000

Color Harmonies of #BB1132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1132

Black with #BB1132

Text Example


Text Example

White with #BB1132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1132; }

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

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

background-color css

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

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

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

border-color css

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

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

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