Html Css Color HEX #BB2933 Cardinal

📋 copy color: '#BB2933'

red 187 ◦ green 41 ◦ blue 51

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

Shades of Cardinal #BB2933

Tints of Cardinal #BB2933

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.7%

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

R = 67.03%
G = 14.7%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB2933 (or 0xBB2933) is known color: Cardinal. HEX triplet: BB, 29 and 33. RGB value is (187,41,51). Sum of RGB (Red+Green+Blue) = 187+41+51=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2933 is #44D6CC. Grayscale: #555555. Windows color (decimal): -4511437 or 3353019. OLE color: 3353019.

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

Color convert

RGB 187 41 51 -
CMYK 0 0.78 0.73 0.27
HSL 355.89º 0.64% 0.45% -
HSV(B) 355.89º 0.78% 0.73% -
XYZ 21.88 12.39 4.37 -
YUV 85.79 108.37 200.19 -
System Red Green Blue C M Y K H S L
Decimal 187 41 51 0 0.78 0.73 0.27 355.89 0.64 0.45
Hex BB 29 33 0 4E 49 1B 164 40 2D
Octal 273 51 63 0 116 111 33 544 100 55
Binary 10111011 101001 110011 0 1001110 1001001 11011 101100100 1000000 101101

Color Harmonies of #BB2933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2933

Black with #BB2933

Text Example


Text Example

White with #BB2933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2933; }

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

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

background-color css

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

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

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

border-color css

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

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

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