#B7122D

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

Shades of Cardinal #B7122D

Tints of Cardinal #B7122D

Color information

#B7122D (or 0xB7122D) is unknown color: approx Cardinal. HEX triplet: B7, 12 and 2D. RGB value is (183,18,45). Sum of RGB (Red+Green+Blue) = 183+18+45=246 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.39% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 183 - color contains mainly: red. Hex color #B7122D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7122D is #48EDD2. Grayscale: #464646. Windows color (decimal): -4779475 or 2953911. OLE color: 2953911.

HSL color Cylindrical-coordinate representation of color #B7122D: hue angle of 350.18º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7122D is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB1831845-
CMYK00.900.750.28
HSL350.18º82.09%39.41%-
HSV(B)350.18º90.16%71.76%-
XYZ20.2210.693.48-
YUV70.41113.66208.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 74.39%
GREEN value IS 18 (7.42% from 255) = 7.32%
BLUE value IS 45 (17.97% from 255) = 18.29%
R=74.39%
G=7.32%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183184500.900.750.28350.1882.0939.41
HexB7122D05A4B1C15e5227
Octal267225501321133453612247
Binary1011011110010101101010110101001011111001010111101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7122D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7122D; }

 p { color: rgb(183,18,45); }

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

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

 a { background-color: rgb(183,18,45); }

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

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

 span { border-color: rgb(183,18,45); }

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