#B70D2B

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

Shades of Cardinal #B70D2B

Tints of Cardinal #B70D2B

Color information

#B70D2B (or 0xB70D2B) is unknown color: approx Cardinal. HEX triplet: B7, 0D and 2B. RGB value is (183,13,43). Sum of RGB (Red+Green+Blue) = 183+13+43=239 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.57% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 183 - color contains mainly: red. Hex color #B70D2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70D2B is #48F2D4. Grayscale: #434343. Windows color (decimal): -4780757 or 2821559. OLE color: 2821559.

HSL color Cylindrical-coordinate representation of color #B70D2B: hue angle of 349.41º 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 #B70D2B is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB1831343-
CMYK00.930.770.28
HSL349.41º86.73%38.43%-
HSV(B)349.41º92.9%71.76%-
XYZ20.1110.533.26-
YUV67.25114.32210.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 76.57%
GREEN value IS 13 (5.47% from 255) = 5.44%
BLUE value IS 43 (17.19% from 255) = 17.99%
R=76.57%
G=5.44%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183134300.930.770.28349.4186.7338.43
HexB7D2B05D4D1C15d5726
Octal267155301351153453512746
Binary101101111101101011010111011001101111001010111011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70D2B; }

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

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

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

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

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

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

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

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