Html Css Color HEX #B80A3E Cardinal

📋 copy color: '#B80A3E'

red 184 ◦ green 10 ◦ blue 62

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

Shades of Cardinal #B80A3E

Tints of Cardinal #B80A3E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.91%

 BLUE value IS 62 (24.61% from 255) = 24.22%

R = 71.88%
G = 3.91%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B80A3E (or 0xB80A3E) is known color: Cardinal. HEX triplet: B8, 0A and 3E. RGB value is (184,10,62). Sum of RGB (Red+Green+Blue) = 184+10+62=256 (33% of max value = 765). Red value is 184 (72.27% from 255 or 71.88% from 256); Green value is 10 (4.30% from 255 or 3.91% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80A3E is #47F5C1. Grayscale: #434343. Windows color (decimal): -4715970 or 4065976. OLE color: 4065976.

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

Color convert

RGB 184 10 62 -
CMYK 0 0.95 0.66 0.28
HSL 342.07º 0.9% 0.38% -
HSV(B) 342.07º 0.95% 0.72% -
XYZ 20.75 10.76 5.54 -
YUV 67.95 124.65 210.77 -
System Red Green Blue C M Y K H S L
Decimal 184 10 62 0 0.95 0.66 0.28 342.07 0.9 0.38
Hex B8 A 3E 0 5F 42 1C 156 5A 26
Octal 270 12 76 0 137 102 34 526 132 46
Binary 10111000 1010 111110 0 1011111 1000010 11100 101010110 1011010 100110

Color Harmonies of #B80A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80A3E

Black with #B80A3E

Text Example


Text Example

White with #B80A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80A3E; }

 p { color: rgb(184,10,62); }

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

background-color css

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

 a { background-color: rgb(184,10,62); }

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

border-color css

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

 span { border-color: rgb(184,10,62); }

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