#B80B3D

Color #B80B3D Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B80B3D

Tints of Cardinal #B80B3D

Color information

#B80B3D (or 0xB80B3D) is unknown color: approx Cardinal. HEX triplet: B8, 0B and 3D. RGB value is (184,11,61). Sum of RGB (Red+Green+Blue) = 184+11+61=256 (33% of max value = 765). Red value is 184 (72.27% from 255 or 71.88% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B3D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80B3D is #47F4C2. Grayscale: #444444. Windows color (decimal): -4715715 or 4000696. OLE color: 4000696.

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

Color convert

RGB1841161-
CMYK00.940.670.28
HSL342.66º88.72%38.24%-
HSV(B)342.66º94.02%72.16%-
XYZ20.7310.775.4-
YUV68.43123.81210.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 71.88%
GREEN value IS 11 (4.69% from 255) = 4.30%
BLUE value IS 61 (24.22% from 255) = 23.83%
R=71.88%
G=4.30%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184116100.940.670.28342.6688.7238.24
HexB8B3D05E431C1575926
Octal270137501361033452713146
Binary101110001011111101010111101000011111001010101111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80B3D; }

 p { color: rgb(184,11,61); }

 H1.HeaderClassName
 {
   color: #B80B3D;
 }
 .AnyTagClassName
 {
   color: #B80B3D;
 }
</style>
background-color css

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

 a { background-color: rgb(184,11,61); }

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

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

 span { border-color: rgb(184,11,61); }

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