Html Css Color HEX #B80831 Cardinal

📋 copy color: '#B80831'

red 184 ◦ green 8 ◦ blue 49

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

Shades of Cardinal #B80831

Tints of Cardinal #B80831

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.32%

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

R = 76.35%
G = 3.32%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B80831 (or 0xB80831) is known color: Cardinal. HEX triplet: B8, 08 and 31. RGB value is (184,8,49). Sum of RGB (Red+Green+Blue) = 184+8+49=241 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.35% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 184 - color contains mainly: red. Hex color #B80831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80831 is #47F7CE. Grayscale: #414141. Windows color (decimal): -4716495 or 3213496. OLE color: 3213496.

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

Color convert

RGB 184 8 49 -
CMYK 0 0.96 0.73 0.28
HSL 346.02º 0.92% 0.38% -
HSV(B) 346.02º 0.96% 0.72% -
XYZ 20.41 10.59 3.87 -
YUV 65.3 118.81 212.67 -
System Red Green Blue C M Y K H S L
Decimal 184 8 49 0 0.96 0.73 0.28 346.02 0.92 0.38
Hex B8 8 31 0 60 49 1C 15A 5C 26
Octal 270 10 61 0 140 111 34 532 134 46
Binary 10111000 1000 110001 0 1100000 1001001 11100 101011010 1011100 100110

Color Harmonies of #B80831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80831

Black with #B80831

Text Example


Text Example

White with #B80831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80831; }

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

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

background-color css

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

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

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

border-color css

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

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

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