#B6174B

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

Shades of Cardinal #B6174B

Tints of Cardinal #B6174B

Color information

#B6174B (or 0xB6174B) is unknown color: approx Cardinal. HEX triplet: B6, 17 and 4B. RGB value is (182,23,75). Sum of RGB (Red+Green+Blue) = 182+23+75=280 (37% of max value = 765). Red value is 182 (71.48% from 255 or 65% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 182 - color contains mainly: red. Hex color #B6174B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6174B is #49E8B4. Grayscale: #4C4C4C. Windows color (decimal): -4843701 or 4921270. OLE color: 4921270.

HSL color Cylindrical-coordinate representation of color #B6174B: hue angle of 340.38º 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 #B6174B is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB1822375-
CMYK00.870.590.29
HSL340.38º77.56%40.2%-
HSV(B)340.38º87.36%71.37%-
XYZ20.8711.077.69-
YUV76.47127.18203.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65%
GREEN value IS 23 (9.38% from 255) = 8.21%
BLUE value IS 75 (29.69% from 255) = 26.79%
R=65%
G=8.21%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182237500.870.590.29340.3877.5640.2
HexB6174B0573B1D1544e28
Octal266271130127733552411650
Binary1011011010111100101101010111111011111011010101001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6174B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6174B; }

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

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

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

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

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

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

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

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