Html Css Color HEX #BB2832 Cardinal

📋 copy color: '#BB2832'

red 187 ◦ green 40 ◦ blue 50

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

Shades of Cardinal #BB2832

Tints of Cardinal #BB2832

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.44%

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

R = 67.51%
G = 14.44%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB2832 (or 0xBB2832) is known color: Cardinal. HEX triplet: BB, 28 and 32. RGB value is (187,40,50). Sum of RGB (Red+Green+Blue) = 187+40+50=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2832 is #44D7CD. Grayscale: #555555. Windows color (decimal): -4511694 or 3287227. OLE color: 3287227.

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

Color convert

RGB 187 40 50 -
CMYK 0 0.79 0.73 0.27
HSL 355.92º 0.65% 0.45% -
HSV(B) 355.92º 0.79% 0.73% -
XYZ 21.83 12.31 4.24 -
YUV 85.09 108.2 200.69 -
System Red Green Blue C M Y K H S L
Decimal 187 40 50 0 0.79 0.73 0.27 355.92 0.65 0.45
Hex BB 28 32 0 4F 49 1B 164 41 2D
Octal 273 50 62 0 117 111 33 544 101 55
Binary 10111011 101000 110010 0 1001111 1001001 11011 101100100 1000001 101101

Color Harmonies of #BB2832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2832

Black with #BB2832

Text Example


Text Example

White with #BB2832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2832; }

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

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

background-color css

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

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

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

border-color css

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

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

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