#B80943

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

Shades of Cardinal #B80943

Tints of Cardinal #B80943

Color information

#B80943 (or 0xB80943) is unknown color: approx Cardinal. HEX triplet: B8, 09 and 43. RGB value is (184,9,67). Sum of RGB (Red+Green+Blue) = 184+9+67=260 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.77% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 67 (26.56% from 255 or 25.77% from 260); Max value from RGB is 184 - color contains mainly: red. Hex color #B80943 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80943 is #47F6BC. Grayscale: #434343. Windows color (decimal): -4716221 or 4393400. OLE color: 4393400.

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

Color convert

RGB184967-
CMYK00.950.640.28
HSL340.11º90.67%37.84%-
HSV(B)340.11º95.11%72.16%-
XYZ20.8810.796.29-
YUV67.94127.48210.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 70.77%
GREEN value IS 9 (3.91% from 255) = 3.46%
BLUE value IS 67 (26.56% from 255) = 25.77%
R=70.77%
G=3.46%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18496700.950.640.28340.1190.6737.84
HexB894305F401C1545b26
Octal2701110301371003452413346
Binary1011100010011000011010111111000000111001010101001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80943; }

 p { color: rgb(184,9,67); }

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

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

 a { background-color: rgb(184,9,67); }

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

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

 span { border-color: rgb(184,9,67); }

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