#B7122C

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

Shades of Cardinal #B7122C

Tints of Cardinal #B7122C

Color information

#B7122C (or 0xB7122C) is unknown color: approx Cardinal. HEX triplet: B7, 12 and 2C. RGB value is (183,18,44). Sum of RGB (Red+Green+Blue) = 183+18+44=245 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.69% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 183 - color contains mainly: red. Hex color #B7122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7122C is #48EDD3. Grayscale: #464646. Windows color (decimal): -4779476 or 2888375. OLE color: 2888375.

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

Color convert

RGB1831844-
CMYK00.900.760.28
HSL350.55º82.09%39.41%-
HSV(B)350.55º90.16%71.76%-
XYZ20.210.683.38-
YUV70.3113.16208.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 74.69%
GREEN value IS 18 (7.42% from 255) = 7.35%
BLUE value IS 44 (17.58% from 255) = 17.96%
R=74.69%
G=7.35%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183184400.900.760.28350.5582.0939.41
HexB7122C05A4C1C15f5227
Octal267225401321143453712247
Binary1011011110010101100010110101001100111001010111111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7122C; }

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

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

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

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

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

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

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

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