Html Css Color HEX #BB2931 Cardinal

📋 copy color: '#BB2931'

red 187 ◦ green 41 ◦ blue 49

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

Shades of Cardinal #BB2931

Tints of Cardinal #BB2931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.69%

R = 67.51%
G = 14.8%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB2931 (or 0xBB2931) is known color: Cardinal. HEX triplet: BB, 29 and 31. RGB value is (187,41,49). Sum of RGB (Red+Green+Blue) = 187+41+49=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2931 is #44D6CE. Grayscale: #555555. Windows color (decimal): -4511439 or 3221947. OLE color: 3221947.

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

Color convert

RGB 187 41 49 -
CMYK 0 0.78 0.74 0.27
HSL 356.71º 0.64% 0.45% -
HSV(B) 356.71º 0.78% 0.73% -
XYZ 21.84 12.37 4.14 -
YUV 85.57 107.37 200.35 -
System Red Green Blue C M Y K H S L
Decimal 187 41 49 0 0.78 0.74 0.27 356.71 0.64 0.45
Hex BB 29 31 0 4E 4A 1B 165 40 2D
Octal 273 51 61 0 116 112 33 545 100 55
Binary 10111011 101001 110001 0 1001110 1001010 11011 101100101 1000000 101101

Color Harmonies of #BB2931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2931

Black with #BB2931

Text Example


Text Example

White with #BB2931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2931; }

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

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

background-color css

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

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

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

border-color css

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

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

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