Html Css Color HEX #BB0637 Cardinal

📋 copy color: '#BB0637'

red 187 ◦ green 6 ◦ blue 55

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

Shades of Cardinal #BB0637

Tints of Cardinal #BB0637

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.42%

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

R = 75.4%
G = 2.42%
B = 22.18%

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

#BB0637 (or 0xBB0637) is known color: Cardinal. HEX triplet: BB, 06 and 37. RGB value is (187,6,55). Sum of RGB (Red+Green+Blue) = 187+6+55=248 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.40% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 55 (21.88% from 255 or 22.18% from 248); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0637 is #44F9C8. Grayscale: #414141. Windows color (decimal): -4520393 or 3606203. OLE color: 3606203.

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

Color convert

RGB 187 6 55 -
CMYK 0 0.97 0.71 0.27
HSL 343.76º 0.94% 0.38% -
HSV(B) 343.76º 0.97% 0.73% -
XYZ 21.25 10.97 4.61 -
YUV 65.71 121.97 214.52 -
System Red Green Blue C M Y K H S L
Decimal 187 6 55 0 0.97 0.71 0.27 343.76 0.94 0.38
Hex BB 6 37 0 61 47 1B 158 5E 26
Octal 273 6 67 0 141 107 33 530 136 46
Binary 10111011 110 110111 0 1100001 1000111 11011 101011000 1011110 100110

Color Harmonies of #BB0637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0637

Black with #BB0637

Text Example


Text Example

White with #BB0637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0637; }

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

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

background-color css

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

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

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

border-color css

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

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

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