#B70C3B

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

Shades of Cardinal #B70C3B

Tints of Cardinal #B70C3B

Color information

#B70C3B (or 0xB70C3B) is unknown color: approx Cardinal. HEX triplet: B7, 0C and 3B. RGB value is (183,12,59). Sum of RGB (Red+Green+Blue) = 183+12+59=254 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.05% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 183 - color contains mainly: red. Hex color #B70C3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70C3B is #48F3C4. Grayscale: #444444. Windows color (decimal): -4780997 or 3869879. OLE color: 3869879.

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

Color convert

RGB1831259-
CMYK00.930.680.28
HSL343.51º87.69%38.24%-
HSV(B)343.51º93.44%71.76%-
XYZ20.4510.655.11-
YUV68.49122.65209.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 72.05%
GREEN value IS 12 (5.08% from 255) = 4.72%
BLUE value IS 59 (23.44% from 255) = 23.23%
R=72.05%
G=4.72%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183125900.930.680.28343.5187.6938.24
HexB7C3B05D441C1585826
Octal267147301351043453013046
Binary101101111100111011010111011000100111001010110001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70C3B; }

 p { color: rgb(183,12,59); }

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

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

 a { background-color: rgb(183,12,59); }

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

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

 span { border-color: rgb(183,12,59); }

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