Html Css Color HEX #BB2737 Cardinal

📋 copy color: '#BB2737'

red 187 ◦ green 39 ◦ blue 55

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

Shades of Cardinal #BB2737

Tints of Cardinal #BB2737

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.88%

 BLUE value IS 55 (21.88% from 255) = 19.57%

R = 66.55%
G = 13.88%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB2737 (or 0xBB2737) is known color: Cardinal. HEX triplet: BB, 27 and 37. RGB value is (187,39,55). Sum of RGB (Red+Green+Blue) = 187+39+55=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2737 is #44D8C8. Grayscale: #555555. Windows color (decimal): -4511945 or 3614651. OLE color: 3614651.

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

Color convert

RGB 187 39 55 -
CMYK 0 0.79 0.71 0.27
HSL 353.51º 0.65% 0.44% -
HSV(B) 353.51º 0.79% 0.73% -
XYZ 21.91 12.29 4.83 -
YUV 85.08 111.03 200.7 -
System Red Green Blue C M Y K H S L
Decimal 187 39 55 0 0.79 0.71 0.27 353.51 0.65 0.44
Hex BB 27 37 0 4F 47 1B 162 41 2C
Octal 273 47 67 0 117 107 33 542 101 54
Binary 10111011 100111 110111 0 1001111 1000111 11011 101100010 1000001 101100

Color Harmonies of #BB2737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2737

Black with #BB2737

Text Example


Text Example

White with #BB2737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2737; }

 p { color: rgb(187,39,55); }

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

background-color css

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

 a { background-color: rgb(187,39,55); }

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

border-color css

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

 span { border-color: rgb(187,39,55); }

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