Html Css Color HEX #BB2833 Cardinal

📋 copy color: '#BB2833'

red 187 ◦ green 40 ◦ blue 51

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

Shades of Cardinal #BB2833

Tints of Cardinal #BB2833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.35%

R = 67.27%
G = 14.39%
B = 18.35%

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

#BB2833 (or 0xBB2833) is known color: Cardinal. HEX triplet: BB, 28 and 33. RGB value is (187,40,51). Sum of RGB (Red+Green+Blue) = 187+40+51=278 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.27% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2833 is #44D7CC. Grayscale: #555555. Windows color (decimal): -4511693 or 3352763. OLE color: 3352763.

HSL color Cylindrical-coordinate representation of color #BB2833: hue angle of 355.51º 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 #BB2833 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 40 51 -
CMYK 0 0.79 0.73 0.27
HSL 355.51º 0.65% 0.45% -
HSV(B) 355.51º 0.79% 0.73% -
XYZ 21.85 12.32 4.36 -
YUV 85.21 108.7 200.61 -
System Red Green Blue C M Y K H S L
Decimal 187 40 51 0 0.79 0.73 0.27 355.51 0.65 0.45
Hex BB 28 33 0 4F 49 1B 164 41 2D
Octal 273 50 63 0 117 111 33 544 101 55
Binary 10111011 101000 110011 0 1001111 1001001 11011 101100100 1000001 101101

Color Harmonies of #BB2833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2833

Black with #BB2833

Text Example


Text Example

White with #BB2833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2833; }

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

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

background-color css

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

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

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

border-color css

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

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

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