#B7043F

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

Shades of Cardinal #B7043F

Tints of Cardinal #B7043F

Color information

#B7043F (or 0xB7043F) is unknown color: approx Cardinal. HEX triplet: B7, 04 and 3F. RGB value is (183,4,63). Sum of RGB (Red+Green+Blue) = 183+4+63=250 (33% of max value = 765). Red value is 183 (71.88% from 255 or 73.2% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 183 - color contains mainly: red. Hex color #B7043F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7043F is #48FBC0. Grayscale: #404040. Windows color (decimal): -4783041 or 4129975. OLE color: 4129975.

HSL color Cylindrical-coordinate representation of color #B7043F: hue angle of 340.22º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B7043F is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB183463-
CMYK00.980.660.28
HSL340.22º95.72%36.67%-
HSV(B)340.22º97.81%71.76%-
XYZ20.4710.515.65-
YUV64.25127.3212.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 73.2%
GREEN value IS 4 (1.95% from 255) = 1.6%
BLUE value IS 63 (25% from 255) = 25.2%
R=73.2%
G=1.6%
B=25.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18346300.980.660.28340.2295.7236.67
HexB743F062421C1546025
Octal26747701421023452414045
Binary10110111100111111011000101000010111001010101001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7043F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7043F; }

 p { color: rgb(183,4,63); }

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

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

 a { background-color: rgb(183,4,63); }

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

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

 span { border-color: rgb(183,4,63); }

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