Html Css Color HEX #BB2936 Cardinal

📋 copy color: '#BB2936'

red 187 ◦ green 41 ◦ blue 54

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

Shades of Cardinal #BB2936

Tints of Cardinal #BB2936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.15%

R = 66.31%
G = 14.54%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB2936 (or 0xBB2936) is known color: Cardinal. HEX triplet: BB, 29 and 36. RGB value is (187,41,54). Sum of RGB (Red+Green+Blue) = 187+41+54=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2936 is #44D6C9. Grayscale: #565656. Windows color (decimal): -4511434 or 3549627. OLE color: 3549627.

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

Color convert

RGB 187 41 54 -
CMYK 0 0.78 0.71 0.27
HSL 354.66º 0.64% 0.45% -
HSV(B) 354.66º 0.78% 0.73% -
XYZ 21.95 12.42 4.73 -
YUV 86.14 109.87 199.94 -
System Red Green Blue C M Y K H S L
Decimal 187 41 54 0 0.78 0.71 0.27 354.66 0.64 0.45
Hex BB 29 36 0 4E 47 1B 163 40 2D
Octal 273 51 66 0 116 107 33 543 100 55
Binary 10111011 101001 110110 0 1001110 1000111 11011 101100011 1000000 101101

Color Harmonies of #BB2936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2936

Black with #BB2936

Text Example


Text Example

White with #BB2936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2936; }

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

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

background-color css

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

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

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

border-color css

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

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

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