#B70645

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

Shades of Cardinal #B70645

Tints of Cardinal #B70645

Color information

#B70645 (or 0xB70645) is unknown color: approx Cardinal. HEX triplet: B7, 06 and 45. RGB value is (183,6,69). Sum of RGB (Red+Green+Blue) = 183+6+69=258 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.93% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 69 (27.34% from 255 or 26.74% from 258); Max value from RGB is 183 - color contains mainly: red. Hex color #B70645 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70645 is #48F9BA. Grayscale: #424242. Windows color (decimal): -4782523 or 4523703. OLE color: 4523703.

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

Color convert

RGB183669-
CMYK00.970.620.28
HSL338.64º93.65%37.06%-
HSV(B)338.64º96.72%71.76%-
XYZ20.6710.636.59-
YUV66.1129.64211.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 70.93%
GREEN value IS 6 (2.73% from 255) = 2.33%
BLUE value IS 69 (27.34% from 255) = 26.74%
R=70.93%
G=2.33%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18366900.970.620.28338.6493.6537.06
HexB76450613E1C1535e25
Octal26761050141763452313645
Binary10110111110100010101100001111110111001010100111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70645; }

 p { color: rgb(183,6,69); }

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

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

 a { background-color: rgb(183,6,69); }

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

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

 span { border-color: rgb(183,6,69); }

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