#B70A43

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

Shades of Cardinal #B70A43

Tints of Cardinal #B70A43

Color information

#B70A43 (or 0xB70A43) is unknown color: approx Cardinal. HEX triplet: B7, 0A and 43. RGB value is (183,10,67). Sum of RGB (Red+Green+Blue) = 183+10+67=260 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.38% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 67 (26.56% from 255 or 25.77% from 260); Max value from RGB is 183 - color contains mainly: red. Hex color #B70A43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70A43 is #48F5BC. Grayscale: #444444. Windows color (decimal): -4781501 or 4393655. OLE color: 4393655.

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

Color convert

RGB1831067-
CMYK00.950.630.28
HSL340.23º89.64%37.84%-
HSV(B)340.23º94.54%71.76%-
XYZ20.6510.696.29-
YUV68.22127.31209.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 70.38%
GREEN value IS 10 (4.30% from 255) = 3.85%
BLUE value IS 67 (26.56% from 255) = 25.77%
R=70.38%
G=3.85%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183106700.950.630.28340.2389.6437.84
HexB7A4305F3F1C1545a26
Octal267121030137773452413246
Binary101101111010100001101011111111111111001010101001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70A43; }

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

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

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

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

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

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

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

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