Html Css Color HEX #BB0537 Cardinal

📋 copy color: '#BB0537'

red 187 ◦ green 5 ◦ blue 55

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

Shades of Cardinal #BB0537

Tints of Cardinal #BB0537

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.02%

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

R = 75.71%
G = 2.02%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB0537 (or 0xBB0537) is known color: Cardinal. HEX triplet: BB, 05 and 37. RGB value is (187,5,55). Sum of RGB (Red+Green+Blue) = 187+5+55=247 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.71% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0537 is #44FAC8. Grayscale: #414141. Windows color (decimal): -4520649 or 3605947. OLE color: 3605947.

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

Color convert

RGB 187 5 55 -
CMYK 0 0.97 0.71 0.27
HSL 343.52º 0.95% 0.38% -
HSV(B) 343.52º 0.97% 0.73% -
XYZ 21.24 10.95 4.61 -
YUV 65.12 122.3 214.93 -
System Red Green Blue C M Y K H S L
Decimal 187 5 55 0 0.97 0.71 0.27 343.52 0.95 0.38
Hex BB 5 37 0 61 47 1B 158 5F 26
Octal 273 5 67 0 141 107 33 530 137 46
Binary 10111011 101 110111 0 1100001 1000111 11011 101011000 1011111 100110

Color Harmonies of #BB0537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0537

Black with #BB0537

Text Example


Text Example

White with #BB0537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0537; }

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

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

background-color css

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

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

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

border-color css

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

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

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