Html Css Color HEX #B80E2C Cardinal

📋 copy color: '#B80E2C'

red 184 ◦ green 14 ◦ blue 44

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

Shades of Cardinal #B80E2C

Tints of Cardinal #B80E2C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.79%

 BLUE value IS 44 (17.58% from 255) = 18.18%

R = 76.03%
G = 5.79%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B80E2C (or 0xB80E2C) is known color: Cardinal. HEX triplet: B8, 0E and 2C. RGB value is (184,14,44). Sum of RGB (Red+Green+Blue) = 184+14+44=242 (32% of max value = 765). Red value is 184 (72.27% from 255 or 76.03% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 184 - color contains mainly: red. Hex color #B80E2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80E2C is #47F1D3. Grayscale: #444444. Windows color (decimal): -4714964 or 2887352. OLE color: 2887352.

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

Color convert

RGB 184 14 44 -
CMYK 0 0.92 0.76 0.28
HSL 349.41º 0.86% 0.39% -
HSV(B) 349.41º 0.92% 0.72% -
XYZ 20.38 10.69 3.37 -
YUV 68.25 114.32 210.56 -
System Red Green Blue C M Y K H S L
Decimal 184 14 44 0 0.92 0.76 0.28 349.41 0.86 0.39
Hex B8 E 2C 0 5C 4C 1C 15D 56 27
Octal 270 16 54 0 134 114 34 535 126 47
Binary 10111000 1110 101100 0 1011100 1001100 11100 101011101 1010110 100111

Color Harmonies of #B80E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80E2C

Black with #B80E2C

Text Example


Text Example

White with #B80E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80E2C; }

 p { color: rgb(184,14,44); }

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

background-color css

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

 a { background-color: rgb(184,14,44); }

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

border-color css

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

 span { border-color: rgb(184,14,44); }

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