Html Css Color HEX #B80132 Cardinal

📋 copy color: '#B80132'

red 184 ◦ green 1 ◦ blue 50

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

Shades of Cardinal #B80132

Tints of Cardinal #B80132

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 78.3%
G = 0.43%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B80132 (or 0xB80132) is known color: Cardinal. HEX triplet: B8, 01 and 32. RGB value is (184,1,50). Sum of RGB (Red+Green+Blue) = 184+1+50=235 (31% of max value = 765). Red value is 184 (72.27% from 255 or 78.30% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 184 - color contains mainly: red. Hex color #B80132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80132 is #47FECD. Grayscale: #3D3D3D. Windows color (decimal): -4718286 or 3277240. OLE color: 3277240.

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

Color convert

RGB 184 1 50 -
CMYK 0 0.99 0.73 0.28
HSL 343.93º 0.99% 0.36% -
HSV(B) 343.93º 0.99% 0.72% -
XYZ 20.35 10.44 3.96 -
YUV 61.3 121.63 215.52 -
System Red Green Blue C M Y K H S L
Decimal 184 1 50 0 0.99 0.73 0.28 343.93 0.99 0.36
Hex B8 1 32 0 63 49 1C 158 63 24
Octal 270 1 62 0 143 111 34 530 143 44
Binary 10111000 1 110010 0 1100011 1001001 11100 101011000 1100011 100100

Color Harmonies of #B80132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80132

Black with #B80132

Text Example


Text Example

White with #B80132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80132; }

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

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

background-color css

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

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

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

border-color css

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

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

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