Html Css Color HEX #B80533 Cardinal

📋 copy color: '#B80533'

red 184 ◦ green 5 ◦ blue 51

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

Shades of Cardinal #B80533

Tints of Cardinal #B80533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.25%

R = 76.67%
G = 2.08%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B80533 (or 0xB80533) is known color: Cardinal. HEX triplet: B8, 05 and 33. RGB value is (184,5,51). Sum of RGB (Red+Green+Blue) = 184+5+51=240 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.67% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 51 (20.31% from 255 or 21.25% from 240); Max value from RGB is 184 - color contains mainly: red. Hex color #B80533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80533 is #47FACC. Grayscale: #3F3F3F. Windows color (decimal): -4717261 or 3343800. OLE color: 3343800.

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

Color convert

RGB 184 5 51 -
CMYK 0 0.97 0.72 0.28
HSL 344.58º 0.95% 0.37% -
HSV(B) 344.58º 0.97% 0.72% -
XYZ 20.42 10.54 4.09 -
YUV 63.77 120.8 213.76 -
System Red Green Blue C M Y K H S L
Decimal 184 5 51 0 0.97 0.72 0.28 344.58 0.95 0.37
Hex B8 5 33 0 61 48 1C 159 5F 25
Octal 270 5 63 0 141 110 34 531 137 45
Binary 10111000 101 110011 0 1100001 1001000 11100 101011001 1011111 100101

Color Harmonies of #B80533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80533

Black with #B80533

Text Example


Text Example

White with #B80533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80533; }

 p { color: rgb(184,5,51); }

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

background-color css

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

 a { background-color: rgb(184,5,51); }

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

border-color css

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

 span { border-color: rgb(184,5,51); }

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