#B70D2D

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

Shades of Cardinal #B70D2D

Tints of Cardinal #B70D2D

Color information

#B70D2D (or 0xB70D2D) is unknown color: approx Cardinal. HEX triplet: B7, 0D and 2D. RGB value is (183,13,45). Sum of RGB (Red+Green+Blue) = 183+13+45=241 (31% of max value = 765). Red value is 183 (71.88% from 255 or 75.93% from 241); Green value is 13 (5.47% from 255 or 5.39% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 183 - color contains mainly: red. Hex color #B70D2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70D2D is #48F2D2. Grayscale: #434343. Windows color (decimal): -4780755 or 2952631. OLE color: 2952631.

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

Color convert

RGB1831345-
CMYK00.930.750.28
HSL348.71º86.73%38.43%-
HSV(B)348.71º92.9%71.76%-
XYZ20.1510.543.46-
YUV67.48115.32210.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 75.93%
GREEN value IS 13 (5.47% from 255) = 5.39%
BLUE value IS 45 (17.97% from 255) = 18.67%
R=75.93%
G=5.39%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183134500.930.750.28348.7186.7338.43
HexB7D2D05D4B1C15d5726
Octal267155501351133453512746
Binary101101111101101101010111011001011111001010111011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70D2D; }

 p { color: rgb(183,13,45); }

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

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

 a { background-color: rgb(183,13,45); }

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

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

 span { border-color: rgb(183,13,45); }

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