#B70F41

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

Shades of Cardinal #B70F41

Tints of Cardinal #B70F41

Color information

#B70F41 (or 0xB70F41) is unknown color: approx Cardinal. HEX triplet: B7, 0F and 41. RGB value is (183,15,65). Sum of RGB (Red+Green+Blue) = 183+15+65=263 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.58% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 183 - color contains mainly: red. Hex color #B70F41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70F41 is #48F0BE. Grayscale: #464646. Windows color (decimal): -4780223 or 4263863. OLE color: 4263863.

HSL color Cylindrical-coordinate representation of color #B70F41: hue angle of 342.14º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B70F41 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB1831565-
CMYK00.920.640.28
HSL342.14º84.85%38.82%-
HSV(B)342.14º91.8%71.76%-
XYZ20.6510.796-
YUV70.93124.66207.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 69.58%
GREEN value IS 15 (6.25% from 255) = 5.70%
BLUE value IS 65 (25.78% from 255) = 24.71%
R=69.58%
G=5.70%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183156500.920.640.28342.1484.8538.82
HexB7F4105C401C1565527
Octal2671710101341003452612547
Binary1011011111111000001010111001000000111001010101101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70F41; }

 p { color: rgb(183,15,65); }

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

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

 a { background-color: rgb(183,15,65); }

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

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

 span { border-color: rgb(183,15,65); }

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