Html Css Color HEX #B80231 Cardinal

📋 copy color: '#B80231'

red 184 ◦ green 2 ◦ blue 49

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

Shades of Cardinal #B80231

Tints of Cardinal #B80231

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 78.3%
G = 0.85%
B = 20.85%

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

#B80231 (or 0xB80231) is known color: Cardinal. HEX triplet: B8, 02 and 31. RGB value is (184,2,49). Sum of RGB (Red+Green+Blue) = 184+2+49=235 (31% of max value = 765). Red value is 184 (72.27% from 255 or 78.30% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 184 - color contains mainly: red. Hex color #B80231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80231 is #47FDCE. Grayscale: #3D3D3D. Windows color (decimal): -4718031 or 3211960. OLE color: 3211960.

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

Color convert

RGB 184 2 49 -
CMYK 0 0.99 0.73 0.28
HSL 344.51º 0.98% 0.36% -
HSV(B) 344.51º 0.99% 0.72% -
XYZ 20.34 10.46 3.85 -
YUV 61.78 120.8 215.18 -
System Red Green Blue C M Y K H S L
Decimal 184 2 49 0 0.99 0.73 0.28 344.51 0.98 0.36
Hex B8 2 31 0 63 49 1C 159 62 24
Octal 270 2 61 0 143 111 34 531 142 44
Binary 10111000 10 110001 0 1100011 1001001 11100 101011001 1100010 100100

Color Harmonies of #B80231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80231

Black with #B80231

Text Example


Text Example

White with #B80231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80231; }

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

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

background-color css

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

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

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

border-color css

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

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

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