#B70B2F

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

Shades of Cardinal #B70B2F

Tints of Cardinal #B70B2F

Color information

#B70B2F (or 0xB70B2F) is unknown color: approx Cardinal. HEX triplet: B7, 0B and 2F. RGB value is (183,11,47). Sum of RGB (Red+Green+Blue) = 183+11+47=241 (31% of max value = 765). Red value is 183 (71.88% from 255 or 75.93% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 183 - color contains mainly: red. Hex color #B70B2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70B2F is #48F4D0. Grayscale: #424242. Windows color (decimal): -4781265 or 3083191. OLE color: 3083191.

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

Color convert

RGB1831147-
CMYK00.940.740.28
HSL347.44º88.66%38.04%-
HSV(B)347.44º93.99%71.76%-
XYZ20.1610.513.66-
YUV66.53116.98211.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 75.93%
GREEN value IS 11 (4.69% from 255) = 4.56%
BLUE value IS 47 (18.75% from 255) = 19.50%
R=75.93%
G=4.56%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183114700.940.740.28347.4488.6638.04
HexB7B2F05E4A1C15b5926
Octal267135701361123453313146
Binary101101111011101111010111101001010111001010110111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70B2F; }

 p { color: rgb(183,11,47); }

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

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

 a { background-color: rgb(183,11,47); }

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

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

 span { border-color: rgb(183,11,47); }

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