Html Css Color HEX #BD4034 Medium Carmine

📋 copy color: '#BD4034'

red 189 ◦ green 64 ◦ blue 52

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

Shades of Medium Carmine #BD4034

Tints of Medium Carmine #BD4034

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.98%

 BLUE value IS 52 (20.7% from 255) = 17.05%

R = 61.97%
G = 20.98%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BD4034 (or 0xBD4034) is known color: Medium Carmine. HEX triplet: BD, 40 and 34. RGB value is (189,64,52). Sum of RGB (Red+Green+Blue) = 189+64+52=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4034 is #42BFCB. Grayscale: #646464. Windows color (decimal): -4374476 or 3424445. OLE color: 3424445.

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

Color convert

RGB 189 64 52 -
CMYK 0 0.66 0.72 0.26
HSL 5.26º 0.57% 0.47% -
HSV(B) 5.26º 0.72% 0.74% -
XYZ 23.44 14.73 4.86 -
YUV 100.01 100.91 191.48 -
System Red Green Blue C M Y K H S L
Decimal 189 64 52 0 0.66 0.72 0.26 5.26 0.57 0.47
Hex BD 40 34 0 42 48 1A 5 39 2F
Octal 275 100 64 0 102 110 32 5 71 57
Binary 10111101 1000000 110100 0 1000010 1001000 11010 101 111001 101111

Color Harmonies of #BD4034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4034

Black with #BD4034

Text Example


Text Example

White with #BD4034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4034; }

 p { color: rgb(189,64,52); }

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

background-color css

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

 a { background-color: rgb(189,64,52); }

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

border-color css

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

 span { border-color: rgb(189,64,52); }

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