Html Css Color HEX #B80032 Cardinal

📋 copy color: '#B80032'

red 184 ◦ green 0 ◦ blue 50

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

Shades of Cardinal #B80032

Tints of Cardinal #B80032

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 50 (19.92% from 255) = 21.37%

R = 78.63%
G = 0%
B = 21.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B80032 (or 0xB80032) is known color: Cardinal. HEX triplet: B8, 00 and 32. RGB value is (184,0,50). Sum of RGB (Red+Green+Blue) = 184+0+50=234 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.63% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 184 - color contains mainly: red. Hex color #B80032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80032 is #47FFCD. Grayscale: #3C3C3C. Windows color (decimal): -4718542 or 3276984. OLE color: 3276984.

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

Color convert

RGB 184 0 50 -
CMYK 0 1 0.73 0.28
HSL 343.7º 1% 0.36% -
HSV(B) 343.7º 1% 0.72% -
XYZ 20.34 10.42 3.96 -
YUV 60.72 121.96 215.93 -
System Red Green Blue C M Y K H S L
Decimal 184 0 50 0 1 0.73 0.28 343.7 1 0.36
Hex B8 0 32 0 64 49 1C 158 64 24
Octal 270 0 62 0 144 111 34 530 144 44
Binary 10111000 0 110010 0 1100100 1001001 11100 101011000 1100100 100100

Color Harmonies of #B80032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80032

Black with #B80032

Text Example


Text Example

White with #B80032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80032; }

 p { color: rgb(184,0,50); }

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

background-color css

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

 a { background-color: rgb(184,0,50); }

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

border-color css

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

 span { border-color: rgb(184,0,50); }

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