#BD3829

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

Shades of Medium Carmine #BD3829

Tints of Medium Carmine #BD3829

Color information

#BD3829 (or 0xBD3829) is unknown color: approx Medium Carmine. HEX triplet: BD, 38 and 29. RGB value is (189,56,41). Sum of RGB (Red+Green+Blue) = 189+56+41=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3829 is #42C7D6. Grayscale: #5E5E5E. Windows color (decimal): -4376535 or 2701501. OLE color: 2701501.

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

Color convert

RGB1895641-
CMYK00.700.780.26
HSL6.08º64.35%45.1%-
HSV(B)6.08º78.31%74.12%-
XYZ22.813.813.56-
YUV94.0698.06195.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 66.08%
GREEN value IS 56 (22.27% from 255) = 19.58%
BLUE value IS 41 (16.41% from 255) = 14.34%
R=66.08%
G=19.58%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189564100.700.780.266.0864.3545.1
HexBD38290464E1A6402d
Octal2757051010611632610055
Binary10111101111000101001010001101001110110101101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3829; }

 p { color: rgb(189,56,41); }

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

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

 a { background-color: rgb(189,56,41); }

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

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

 span { border-color: rgb(189,56,41); }

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