#B70C30

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

Shades of Cardinal #B70C30

Tints of Cardinal #B70C30

Color information

#B70C30 (or 0xB70C30) is unknown color: approx Cardinal. HEX triplet: B7, 0C and 30. RGB value is (183,12,48). Sum of RGB (Red+Green+Blue) = 183+12+48=243 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.31% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 183 - color contains mainly: red. Hex color #B70C30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70C30 is #48F3CF. Grayscale: #434343. Windows color (decimal): -4781008 or 3148983. OLE color: 3148983.

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

Color convert

RGB1831248-
CMYK00.930.740.28
HSL347.37º87.69%38.24%-
HSV(B)347.37º93.44%71.76%-
XYZ20.1910.543.77-
YUV67.23117.15210.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 75.31%
GREEN value IS 12 (5.08% from 255) = 4.94%
BLUE value IS 48 (19.14% from 255) = 19.75%
R=75.31%
G=4.94%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183124800.930.740.28347.3787.6938.24
HexB7C3005D4A1C15b5826
Octal267146001351123453313046
Binary101101111100110000010111011001010111001010110111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70C30; }

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

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

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

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

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

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

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

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