#B6193B

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

Shades of Cardinal #B6193B

Tints of Cardinal #B6193B

Color information

#B6193B (or 0xB6193B) is unknown color: approx Cardinal. HEX triplet: B6, 19 and 3B. RGB value is (182,25,59). Sum of RGB (Red+Green+Blue) = 182+25+59=266 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.42% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 182 - color contains mainly: red. Hex color #B6193B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6193B is #49E6C4. Grayscale: #4B4B4B. Windows color (decimal): -4843205 or 3873206. OLE color: 3873206.

HSL color Cylindrical-coordinate representation of color #B6193B: hue angle of 347.01º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B6193B is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB1822559-
CMYK00.860.680.29
HSL347.01º75.85%40.59%-
HSV(B)347.01º86.26%71.37%-
XYZ20.4310.965.18-
YUV75.82118.51203.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 68.42%
GREEN value IS 25 (10.16% from 255) = 9.40%
BLUE value IS 59 (23.44% from 255) = 22.18%
R=68.42%
G=9.40%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182255900.860.680.29347.0175.8540.59
HexB6193B056441D15b4c29
Octal266317301261043553311451
Binary1011011011001111011010101101000100111011010110111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6193B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6193B; }

 p { color: rgb(182,25,59); }

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

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

 a { background-color: rgb(182,25,59); }

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

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

 span { border-color: rgb(182,25,59); }

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