Html Css Color HEX #BB2336 Cardinal

📋 copy color: '#BB2336'

red 187 ◦ green 35 ◦ blue 54

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

Shades of Cardinal #BB2336

Tints of Cardinal #BB2336

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.68%

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

R = 67.75%
G = 12.68%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB2336 (or 0xBB2336) is known color: Cardinal. HEX triplet: BB, 23 and 36. RGB value is (187,35,54). Sum of RGB (Red+Green+Blue) = 187+35+54=276 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.75% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2336 is #44DCC9. Grayscale: #525252. Windows color (decimal): -4512970 or 3548091. OLE color: 3548091.

HSL color Cylindrical-coordinate representation of color #BB2336: hue angle of 352.5º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB2336 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 35 54 -
CMYK 0 0.81 0.71 0.27
HSL 352.5º 0.68% 0.44% -
HSV(B) 352.5º 0.81% 0.73% -
XYZ 21.76 12.03 4.67 -
YUV 82.61 111.86 202.46 -
System Red Green Blue C M Y K H S L
Decimal 187 35 54 0 0.81 0.71 0.27 352.5 0.68 0.44
Hex BB 23 36 0 51 47 1B 160 44 2C
Octal 273 43 66 0 121 107 33 540 104 54
Binary 10111011 100011 110110 0 1010001 1000111 11011 101100000 1000100 101100

Color Harmonies of #BB2336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2336

Black with #BB2336

Text Example


Text Example

White with #BB2336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2336; }

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

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

background-color css

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

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

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

border-color css

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

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

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