Html Css Color HEX #BD4035 Medium Carmine

📋 copy color: '#BD4035'

red 189 ◦ green 64 ◦ blue 53

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

Shades of Medium Carmine #BD4035

Tints of Medium Carmine #BD4035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.32%

R = 61.76%
G = 20.92%
B = 17.32%

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

#BD4035 (or 0xBD4035) is known color: Medium Carmine. HEX triplet: BD, 40 and 35. RGB value is (189,64,53). Sum of RGB (Red+Green+Blue) = 189+64+53=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4035 is #42BFCA. Grayscale: #646464. Windows color (decimal): -4374475 or 3489981. OLE color: 3489981.

HSL color Cylindrical-coordinate representation of color #BD4035: hue angle of 4.85º degrees, saturation: 0.56, 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 #BD4035 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 64 53 -
CMYK 0 0.66 0.72 0.26
HSL 4.85º 0.56% 0.47% -
HSV(B) 4.85º 0.72% 0.74% -
XYZ 23.46 14.74 4.98 -
YUV 100.12 101.41 191.39 -
System Red Green Blue C M Y K H S L
Decimal 189 64 53 0 0.66 0.72 0.26 4.85 0.56 0.47
Hex BD 40 35 0 42 48 1A 5 38 2F
Octal 275 100 65 0 102 110 32 5 70 57
Binary 10111101 1000000 110101 0 1000010 1001000 11010 101 111000 101111

Color Harmonies of #BD4035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4035

Black with #BD4035

Text Example


Text Example

White with #BD4035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4035; }

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

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

background-color css

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

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

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

border-color css

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

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

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