#b6172d

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

Shades of Cardinal #B6172D

Tints of Cardinal #B6172D

Color information

#B6172D (or 0xB6172D) is unknown color: approx Cardinal. HEX triplet: B6, 17 and 2D. RGB value is (182,23,45). Sum of RGB (Red+Green+Blue) = 182+23+45=250 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.8% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 182 - color contains mainly: red. Hex color #B6172D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6172D is #49E8D2. Grayscale: #494949. Windows color (decimal): -4843731 or 2955190. OLE color: 2955190.

HSL color Cylindrical-coordinate representation of color #B6172D: hue angle of 351.7º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B6172D is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB1822345-
CMYK00.870.750.29
HSL351.7º77.56%40.2%-
HSV(B)351.7º87.36%71.37%-
XYZ20.0710.753.5-
YUV73.05112.18205.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 72.8%
GREEN value IS 23 (9.38% from 255) = 9.2%
BLUE value IS 45 (17.97% from 255) = 18%
R=72.8%
G=9.2%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182234500.870.750.29351.777.5640.2
HexB6172D0574B1D1604e28
Octal266275501271133554011650
Binary1011011010111101101010101111001011111011011000001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6172d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6172d; }

 p { color: rgb(182,23,45); }

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

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

 a { background-color: rgb(182,23,45); }

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

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

 span { border-color: rgb(182,23,45); }

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