#B6123D

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

Shades of Cardinal #B6123D

Tints of Cardinal #B6123D

Color information

#B6123D (or 0xB6123D) is unknown color: approx Cardinal. HEX triplet: B6, 12 and 3D. RGB value is (182,18,61). Sum of RGB (Red+Green+Blue) = 182+18+61=261 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.73% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 182 - color contains mainly: red. Hex color #B6123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6123D is #49EDC2. Grayscale: #474747. Windows color (decimal): -4844995 or 4002486. OLE color: 4002486.

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

Color convert

RGB1821861-
CMYK00.900.660.29
HSL344.27º82%39.22%-
HSV(B)344.27º90.11%71.37%-
XYZ20.3510.715.41-
YUV71.94121.83206.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 69.73%
GREEN value IS 18 (7.42% from 255) = 6.90%
BLUE value IS 61 (24.22% from 255) = 23.37%
R=69.73%
G=6.90%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182186100.900.660.29344.278239.22
HexB6123D05A421D1585227
Octal266227501321023553012247
Binary1011011010010111101010110101000010111011010110001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6123D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6123D; }

 p { color: rgb(182,18,61); }

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

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

 a { background-color: rgb(182,18,61); }

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

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

 span { border-color: rgb(182,18,61); }

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