#BD1D41

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

Shades of Cardinal #BD1D41

Tints of Cardinal #BD1D41

Color information

#BD1D41 (or 0xBD1D41) is unknown color: approx Cardinal. HEX triplet: BD, 1D and 41. RGB value is (189,29,65). Sum of RGB (Red+Green+Blue) = 189+29+65=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1D41 is #42E2BE. Grayscale: #505050. Windows color (decimal): -4383423 or 4267453. OLE color: 4267453.

HSL color Cylindrical-coordinate representation of color #BD1D41: hue angle of 346.5º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD1D41 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB1892965-
CMYK00.850.660.26
HSL346.5º73.39%42.75%-
HSV(B)346.5º84.66%74.12%-
XYZ22.3812.086.15-
YUV80.94119.01205.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 66.78%
GREEN value IS 29 (11.72% from 255) = 10.25%
BLUE value IS 65 (25.78% from 255) = 22.97%
R=66.78%
G=10.25%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189296500.850.660.26346.573.3942.75
HexBD1D41055421A15a492b
Octal2753510101251023253211153
Binary10111101111011000001010101011000010110101010110101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1D41; }

 p { color: rgb(189,29,65); }

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

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

 a { background-color: rgb(189,29,65); }

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

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

 span { border-color: rgb(189,29,65); }

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