#B70743

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

Shades of Cardinal #B70743

Tints of Cardinal #B70743

Color information

#B70743 (or 0xB70743) is unknown color: approx Cardinal. HEX triplet: B7, 07 and 43. RGB value is (183,7,67). Sum of RGB (Red+Green+Blue) = 183+7+67=257 (34% of max value = 765). Red value is 183 (71.88% from 255 or 71.21% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 67 (26.56% from 255 or 26.07% from 257); Max value from RGB is 183 - color contains mainly: red. Hex color #B70743 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70743 is #48F8BC. Grayscale: #424242. Windows color (decimal): -4782269 or 4392887. OLE color: 4392887.

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

Color convert

RGB183767-
CMYK00.960.630.28
HSL339.55º92.63%37.25%-
HSV(B)339.55º96.17%71.76%-
XYZ20.6210.626.27-
YUV66.46128.31211.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 71.21%
GREEN value IS 7 (3.12% from 255) = 2.72%
BLUE value IS 67 (26.56% from 255) = 26.07%
R=71.21%
G=2.72%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18376700.960.630.28339.5592.6337.25
HexB77430603F1C1545d25
Octal26771030140773452413545
Binary10110111111100001101100000111111111001010101001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70743; }

 p { color: rgb(183,7,67); }

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

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

 a { background-color: rgb(183,7,67); }

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

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

 span { border-color: rgb(183,7,67); }

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