#B70C3A

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

Shades of Cardinal #B70C3A

Tints of Cardinal #B70C3A

Color information

#B70C3A (or 0xB70C3A) is unknown color: approx Cardinal. HEX triplet: B7, 0C and 3A. RGB value is (183,12,58). Sum of RGB (Red+Green+Blue) = 183+12+58=253 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.33% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 183 - color contains mainly: red. Hex color #B70C3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70C3A is #48F3C5. Grayscale: #444444. Windows color (decimal): -4780998 or 3804343. OLE color: 3804343.

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

Color convert

RGB1831258-
CMYK00.930.680.28
HSL343.86º87.69%38.24%-
HSV(B)343.86º93.44%71.76%-
XYZ20.4210.644.98-
YUV68.37122.15209.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 72.33%
GREEN value IS 12 (5.08% from 255) = 4.74%
BLUE value IS 58 (23.05% from 255) = 22.92%
R=72.33%
G=4.74%
B=22.92%

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
Decimal183125800.930.680.28343.8687.6938.24
HexB7C3A05D441C1585826
Octal267147201351043453013046
Binary101101111100111010010111011000100111001010110001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70C3A; }

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

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

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

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

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

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

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

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