Html Css Color HEX #BB2636 Cardinal

📋 copy color: '#BB2636'

red 187 ◦ green 38 ◦ blue 54

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

Shades of Cardinal #BB2636

Tints of Cardinal #BB2636

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.62%

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

R = 67.03%
G = 13.62%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB2636 (or 0xBB2636) is known color: Cardinal. HEX triplet: BB, 26 and 36. RGB value is (187,38,54). Sum of RGB (Red+Green+Blue) = 187+38+54=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2636 is #44D9C9. Grayscale: #545454. Windows color (decimal): -4512202 or 3548859. OLE color: 3548859.

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

Color convert

RGB 187 38 54 -
CMYK 0 0.80 0.71 0.27
HSL 353.56º 0.66% 0.44% -
HSV(B) 353.56º 0.8% 0.73% -
XYZ 21.85 12.22 4.7 -
YUV 84.38 110.86 201.2 -
System Red Green Blue C M Y K H S L
Decimal 187 38 54 0 0.80 0.71 0.27 353.56 0.66 0.44
Hex BB 26 36 0 50 47 1B 162 42 2C
Octal 273 46 66 0 120 107 33 542 102 54
Binary 10111011 100110 110110 0 1010000 1000111 11011 101100010 1000010 101100

Color Harmonies of #BB2636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2636

Black with #BB2636

Text Example


Text Example

White with #BB2636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2636; }

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

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

background-color css

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

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

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

border-color css

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

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

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