Html Css Color HEX #B80A2D Cardinal

📋 copy color: '#B80A2D'

red 184 ◦ green 10 ◦ blue 45

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

Shades of Cardinal #B80A2D

Tints of Cardinal #B80A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.83%

R = 76.99%
G = 4.18%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B80A2D (or 0xB80A2D) is known color: Cardinal. HEX triplet: B8, 0A and 2D. RGB value is (184,10,45). Sum of RGB (Red+Green+Blue) = 184+10+45=239 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.99% from 239); Green value is 10 (4.30% from 255 or 4.18% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80A2D is #47F5D2. Grayscale: #424242. Windows color (decimal): -4715987 or 2951864. OLE color: 2951864.

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

Color convert

RGB 184 10 45 -
CMYK 0 0.95 0.76 0.28
HSL 347.93º 0.9% 0.38% -
HSV(B) 347.93º 0.95% 0.72% -
XYZ 20.35 10.6 3.46 -
YUV 66.02 116.15 212.15 -
System Red Green Blue C M Y K H S L
Decimal 184 10 45 0 0.95 0.76 0.28 347.93 0.9 0.38
Hex B8 A 2D 0 5F 4C 1C 15C 5A 26
Octal 270 12 55 0 137 114 34 534 132 46
Binary 10111000 1010 101101 0 1011111 1001100 11100 101011100 1011010 100110

Color Harmonies of #B80A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80A2D

Black with #B80A2D

Text Example


Text Example

White with #B80A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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