#B71030

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

Shades of Cardinal #B71030

Tints of Cardinal #B71030

Color information

#B71030 (or 0xB71030) is unknown color: approx Cardinal. HEX triplet: B7, 10 and 30. RGB value is (183,16,48). Sum of RGB (Red+Green+Blue) = 183+16+48=247 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.09% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 183 - color contains mainly: red. Hex color #B71030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71030 is #48EFCF. Grayscale: #454545. Windows color (decimal): -4779984 or 3150007. OLE color: 3150007.

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

Color convert

RGB1831648-
CMYK00.910.740.28
HSL348.5º83.92%39.02%-
HSV(B)348.5º91.26%71.76%-
XYZ20.2510.653.79-
YUV69.58115.83208.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 74.09%
GREEN value IS 16 (6.64% from 255) = 6.48%
BLUE value IS 48 (19.14% from 255) = 19.43%
R=74.09%
G=6.48%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183164800.910.740.28348.583.9239.02
HexB7103005B4A1C15d5427
Octal267206001331123453512447
Binary1011011110000110000010110111001010111001010111011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71030; }

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

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

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

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

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

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

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

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