Html Css Color HEX #B80A41 Cardinal

📋 copy color: '#B80A41'

red 184 ◦ green 10 ◦ blue 65

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

Shades of Cardinal #B80A41

Tints of Cardinal #B80A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.1%

R = 71.04%
G = 3.86%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B80A41 (or 0xB80A41) is known color: Cardinal. HEX triplet: B8, 0A and 41. RGB value is (184,10,65). Sum of RGB (Red+Green+Blue) = 184+10+65=259 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.04% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80A41 is #47F5BE. Grayscale: #444444. Windows color (decimal): -4715967 or 4262584. OLE color: 4262584.

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

Color convert

RGB 184 10 65 -
CMYK 0 0.95 0.65 0.28
HSL 341.03º 0.9% 0.38% -
HSV(B) 341.03º 0.95% 0.72% -
XYZ 20.83 10.79 5.99 -
YUV 68.3 126.15 210.53 -
System Red Green Blue C M Y K H S L
Decimal 184 10 65 0 0.95 0.65 0.28 341.03 0.9 0.38
Hex B8 A 41 0 5F 41 1C 155 5A 26
Octal 270 12 101 0 137 101 34 525 132 46
Binary 10111000 1010 1000001 0 1011111 1000001 11100 101010101 1011010 100110

Color Harmonies of #B80A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80A41

Black with #B80A41

Text Example


Text Example

White with #B80A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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