Html Css Color HEX #B80A42 Cardinal

📋 copy color: '#B80A42'

red 184 ◦ green 10 ◦ blue 66

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

Shades of Cardinal #B80A42

Tints of Cardinal #B80A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.38%

R = 70.77%
G = 3.85%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B80A42 (or 0xB80A42) is known color: Cardinal. HEX triplet: B8, 0A and 42. RGB value is (184,10,66). Sum of RGB (Red+Green+Blue) = 184+10+66=260 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.77% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80A42 is #47F5BD. Grayscale: #444444. Windows color (decimal): -4715966 or 4328120. OLE color: 4328120.

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

Color convert

RGB 184 10 66 -
CMYK 0 0.95 0.64 0.28
HSL 340.69º 0.9% 0.38% -
HSV(B) 340.69º 0.95% 0.72% -
XYZ 20.86 10.8 6.14 -
YUV 68.41 126.65 210.45 -
System Red Green Blue C M Y K H S L
Decimal 184 10 66 0 0.95 0.64 0.28 340.69 0.9 0.38
Hex B8 A 42 0 5F 40 1C 155 5A 26
Octal 270 12 102 0 137 100 34 525 132 46
Binary 10111000 1010 1000010 0 1011111 1000000 11100 101010101 1011010 100110

Color Harmonies of #B80A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80A42

Black with #B80A42

Text Example


Text Example

White with #B80A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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