Html Css Color HEX #B80131 Cardinal

📋 copy color: '#B80131'

red 184 ◦ green 1 ◦ blue 49

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

Shades of Cardinal #B80131

Tints of Cardinal #B80131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.94%

R = 78.63%
G = 0.43%
B = 20.94%

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

#B80131 (or 0xB80131) is known color: Cardinal. HEX triplet: B8, 01 and 31. RGB value is (184,1,49). Sum of RGB (Red+Green+Blue) = 184+1+49=234 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.63% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 184 - color contains mainly: red. Hex color #B80131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80131 is #47FECE. Grayscale: #3D3D3D. Windows color (decimal): -4718287 or 3211704. OLE color: 3211704.

HSL color Cylindrical-coordinate representation of color #B80131: hue angle of 344.26º 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 #B80131 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 1 49 -
CMYK 0 0.99 0.73 0.28
HSL 344.26º 0.99% 0.36% -
HSV(B) 344.26º 0.99% 0.72% -
XYZ 20.33 10.43 3.85 -
YUV 61.19 121.13 215.6 -
System Red Green Blue C M Y K H S L
Decimal 184 1 49 0 0.99 0.73 0.28 344.26 0.99 0.36
Hex B8 1 31 0 63 49 1C 158 63 24
Octal 270 1 61 0 143 111 34 530 143 44
Binary 10111000 1 110001 0 1100011 1001001 11100 101011000 1100011 100100

Color Harmonies of #B80131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80131

Black with #B80131

Text Example


Text Example

White with #B80131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80131; }

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

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

background-color css

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

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

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

border-color css

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

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

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