Html Css Color HEX #B80337 Cardinal

📋 copy color: '#B80337'

red 184 ◦ green 3 ◦ blue 55

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

Shades of Cardinal #B80337

Tints of Cardinal #B80337

RGB

 RED value IS 184 (72.27% from 255) = 76.03%

 GREEN value IS 3 (1.56% from 255) = 1.24%

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

R = 76.03%
G = 1.24%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B80337 (or 0xB80337) is known color: Cardinal. HEX triplet: B8, 03 and 37. RGB value is (184,3,55). Sum of RGB (Red+Green+Blue) = 184+3+55=242 (32% of max value = 765). Red value is 184 (72.27% from 255 or 76.03% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 184 - color contains mainly: red. Hex color #B80337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80337 is #47FCC8. Grayscale: #3F3F3F. Windows color (decimal): -4717769 or 3605432. OLE color: 3605432.

HSL color Cylindrical-coordinate representation of color #B80337: hue angle of 342.76º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B80337 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 3 55 -
CMYK 0 0.98 0.70 0.28
HSL 342.76º 0.97% 0.37% -
HSV(B) 342.76º 0.98% 0.72% -
XYZ 20.49 10.53 4.57 -
YUV 63.05 123.47 214.27 -
System Red Green Blue C M Y K H S L
Decimal 184 3 55 0 0.98 0.70 0.28 342.76 0.97 0.37
Hex B8 3 37 0 62 46 1C 157 61 25
Octal 270 3 67 0 142 106 34 527 141 45
Binary 10111000 11 110111 0 1100010 1000110 11100 101010111 1100001 100101

Color Harmonies of #B80337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80337

Black with #B80337

Text Example


Text Example

White with #B80337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80337; }

 p { color: rgb(184,3,55); }

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

background-color css

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

 a { background-color: rgb(184,3,55); }

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

border-color css

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

 span { border-color: rgb(184,3,55); }

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