Html Css Color HEX #B80E3A Cardinal

📋 copy color: '#B80E3A'

red 184 ◦ green 14 ◦ blue 58

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

Shades of Cardinal #B80E3A

Tints of Cardinal #B80E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.66%

R = 71.88%
G = 5.47%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B80E3A (or 0xB80E3A) is known color: Cardinal. HEX triplet: B8, 0E and 3A. RGB value is (184,14,58). Sum of RGB (Red+Green+Blue) = 184+14+58=256 (33% of max value = 765). Red value is 184 (72.27% from 255 or 71.88% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 184 - color contains mainly: red. Hex color #B80E3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80E3A is #47F1C5. Grayscale: #454545. Windows color (decimal): -4714950 or 3804856. OLE color: 3804856.

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

Color convert

RGB 184 14 58 -
CMYK 0 0.92 0.68 0.28
HSL 344.47º 0.86% 0.39% -
HSV(B) 344.47º 0.92% 0.72% -
XYZ 20.69 10.81 5 -
YUV 69.85 121.32 209.42 -
System Red Green Blue C M Y K H S L
Decimal 184 14 58 0 0.92 0.68 0.28 344.47 0.86 0.39
Hex B8 E 3A 0 5C 44 1C 158 56 27
Octal 270 16 72 0 134 104 34 530 126 47
Binary 10111000 1110 111010 0 1011100 1000100 11100 101011000 1010110 100111

Color Harmonies of #B80E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80E3A

Black with #B80E3A

Text Example


Text Example

White with #B80E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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