#B90C3D

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

Shades of Cardinal #B90C3D

Tints of Cardinal #B90C3D

Color information

#B90C3D (or 0xB90C3D) is unknown color: approx Cardinal. HEX triplet: B9, 0C and 3D. RGB value is (185,12,61). Sum of RGB (Red+Green+Blue) = 185+12+61=258 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.71% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C3D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90C3D is #46F3C2. Grayscale: #454545. Windows color (decimal): -4649923 or 4000953. OLE color: 4000953.

HSL color Cylindrical-coordinate representation of color #B90C3D: hue angle of 343.01º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90C3D is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB1851261-
CMYK00.940.670.27
HSL343.01º87.82%38.63%-
HSV(B)343.01º93.51%72.55%-
XYZ20.9810.915.42-
YUV69.31123.31210.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 71.71%
GREEN value IS 12 (5.08% from 255) = 4.65%
BLUE value IS 61 (24.22% from 255) = 23.64%
R=71.71%
G=4.65%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185126100.940.670.27343.0187.8238.63
HexB9C3D05E431B1575827
Octal271147501361033352713047
Binary101110011100111101010111101000011110111010101111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90C3D; }

 p { color: rgb(185,12,61); }

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

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

 a { background-color: rgb(185,12,61); }

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

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

 span { border-color: rgb(185,12,61); }

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