#BD172E

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

Shades of Cardinal #BD172E

Tints of Cardinal #BD172E

Color information

#BD172E (or 0xBD172E) is unknown color: approx Cardinal. HEX triplet: BD, 17 and 2E. RGB value is (189,23,46). Sum of RGB (Red+Green+Blue) = 189+23+46=258 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.26% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 189 - color contains mainly: red. Hex color #BD172E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD172E is #42E8D1. Grayscale: #4B4B4B. Windows color (decimal): -4384978 or 3020733. OLE color: 3020733.

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

Color convert

RGB1892346-
CMYK00.880.760.26
HSL351.69º78.3%41.57%-
HSV(B)351.69º87.83%74.12%-
XYZ21.7911.633.68-
YUV75.26111.5209.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 73.26%
GREEN value IS 23 (9.38% from 255) = 8.91%
BLUE value IS 46 (18.36% from 255) = 17.83%
R=73.26%
G=8.91%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189234600.880.760.26351.6978.341.57
HexBD172E0584C1A1604e2a
Octal275275601301143254011652
Binary1011110110111101110010110001001100110101011000001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD172E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD172E; }

 p { color: rgb(189,23,46); }

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

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

 a { background-color: rgb(189,23,46); }

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

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

 span { border-color: rgb(189,23,46); }

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