Html Css Color HEX #BD3932 Medium Carmine

📋 copy color: '#BD3932'

red 189 ◦ green 57 ◦ blue 50

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

Shades of Medium Carmine #BD3932

Tints of Medium Carmine #BD3932

RGB

 RED value IS 189 (74.22% from 255) = 63.85%

 GREEN value IS 57 (22.66% from 255) = 19.26%

 BLUE value IS 50 (19.92% from 255) = 16.89%

R = 63.85%
G = 19.26%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BD3932 (or 0xBD3932) is known color: Medium Carmine. HEX triplet: BD, 39 and 32. RGB value is (189,57,50). Sum of RGB (Red+Green+Blue) = 189+57+50=296 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.85% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3932 is #42C6CD. Grayscale: #5F5F5F. Windows color (decimal): -4376270 or 3291581. OLE color: 3291581.

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

Color convert

RGB 189 57 50 -
CMYK 0 0.70 0.74 0.26
HSL 3.02º 0.58% 0.47% -
HSV(B) 3.02º 0.74% 0.74% -
XYZ 23.03 13.98 4.5 -
YUV 95.67 102.23 194.57 -
System Red Green Blue C M Y K H S L
Decimal 189 57 50 0 0.70 0.74 0.26 3.02 0.58 0.47
Hex BD 39 32 0 46 4A 1A 3 3A 2F
Octal 275 71 62 0 106 112 32 3 72 57
Binary 10111101 111001 110010 0 1000110 1001010 11010 11 111010 101111

Color Harmonies of #BD3932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3932

Black with #BD3932

Text Example


Text Example

White with #BD3932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3932; }

 p { color: rgb(189,57,50); }

 H1.HeaderClassName
 {
   color: #BD3932;
 }
 .AnyTagClassName
 {
   color: #BD3932;
 }
</style>

background-color css

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

 a { background-color: rgb(189,57,50); }

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

border-color css

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

 span { border-color: rgb(189,57,50); }

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