#BD163E

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

Shades of Cardinal #BD163E

Tints of Cardinal #BD163E

Color information

#BD163E (or 0xBD163E) is unknown color: approx Cardinal. HEX triplet: BD, 16 and 3E. RGB value is (189,22,62). Sum of RGB (Red+Green+Blue) = 189+22+62=273 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.23% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 189 - color contains mainly: red. Hex color #BD163E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD163E is #42E9C1. Grayscale: #4C4C4C. Windows color (decimal): -4385218 or 4069053. OLE color: 4069053.

HSL color Cylindrical-coordinate representation of color #BD163E: hue angle of 345.63º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD163E is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB1892262-
CMYK00.880.670.26
HSL345.63º79.15%41.37%-
HSV(B)345.63º88.36%74.12%-
XYZ22.1411.745.66-
YUV76.49119.83208.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 69.23%
GREEN value IS 22 (8.98% from 255) = 8.06%
BLUE value IS 62 (24.61% from 255) = 22.71%
R=69.23%
G=8.06%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189226200.880.670.26345.6379.1541.37
HexBD163E058431A15a4f29
Octal275267601301033253211751
Binary1011110110110111110010110001000011110101010110101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD163E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD163E; }

 p { color: rgb(189,22,62); }

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

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

 a { background-color: rgb(189,22,62); }

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

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

 span { border-color: rgb(189,22,62); }

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