Html Css Color HEX #BD3829 Medium Carmine

📋 copy color: '#BD3829'

red 189 ◦ green 56 ◦ blue 41

#BD3829
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Carmine #BD3829

Tints of Medium Carmine #BD3829

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 value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD3829 (or 0xBD3829) is known color: 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

RGB 189 56 41 -
CMYK 0 0.70 0.78 0.26
HSL 6.08º 0.64% 0.45% -
HSV(B) 6.08º 0.78% 0.74% -
XYZ 22.8 13.81 3.56 -
YUV 94.06 98.06 195.72 -
System Red Green Blue C M Y K H S L
Decimal 189 56 41 0 0.70 0.78 0.26 6.08 0.64 0.45
Hex BD 38 29 0 46 4E 1A 6 40 2D
Octal 275 70 51 0 106 116 32 6 100 55
Binary 10111101 111000 101001 0 1000110 1001110 11010 110 1000000 101101

Color Harmonies of #BD3829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3829

Black with #BD3829

Text Example


Text Example

White with #BD3829

Text Example


Text Example

HTML Codes & Css Web 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>