Html Css Color HEX #BB2337 Cardinal

📋 copy color: '#BB2337'

red 187 ◦ green 35 ◦ blue 55

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

Shades of Cardinal #BB2337

Tints of Cardinal #BB2337

RGB

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

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

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

R = 67.51%
G = 12.64%
B = 19.86%

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

#BB2337 (or 0xBB2337) is known color: Cardinal. HEX triplet: BB, 23 and 37. RGB value is (187,35,55). Sum of RGB (Red+Green+Blue) = 187+35+55=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2337 is #44DCC8. Grayscale: #525252. Windows color (decimal): -4512969 or 3613627. OLE color: 3613627.

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

Color convert

RGB 187 35 55 -
CMYK 0 0.81 0.71 0.27
HSL 352.11º 0.68% 0.44% -
HSV(B) 352.11º 0.81% 0.73% -
XYZ 21.78 12.04 4.79 -
YUV 82.73 112.36 202.37 -
System Red Green Blue C M Y K H S L
Decimal 187 35 55 0 0.81 0.71 0.27 352.11 0.68 0.44
Hex BB 23 37 0 51 47 1B 160 44 2C
Octal 273 43 67 0 121 107 33 540 104 54
Binary 10111011 100011 110111 0 1010001 1000111 11011 101100000 1000100 101100

Color Harmonies of #BB2337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2337

Black with #BB2337

Text Example


Text Example

White with #BB2337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2337; }

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

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

background-color css

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

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

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

border-color css

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

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

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