Html Css Color HEX #BD4031 Medium Carmine

📋 copy color: '#BD4031'

red 189 ◦ green 64 ◦ blue 49

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

Shades of Medium Carmine #BD4031

Tints of Medium Carmine #BD4031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.23%

R = 62.58%
G = 21.19%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BD4031 (or 0xBD4031) is known color: Medium Carmine. HEX triplet: BD, 40 and 31. RGB value is (189,64,49). Sum of RGB (Red+Green+Blue) = 189+64+49=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4031 is #42BFCE. Grayscale: #636363. Windows color (decimal): -4374479 or 3227837. OLE color: 3227837.

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

Color convert

RGB 189 64 49 -
CMYK 0 0.66 0.74 0.26
HSL 6.43º 0.59% 0.47% -
HSV(B) 6.43º 0.74% 0.74% -
XYZ 23.37 14.71 4.51 -
YUV 99.67 99.41 191.72 -
System Red Green Blue C M Y K H S L
Decimal 189 64 49 0 0.66 0.74 0.26 6.43 0.59 0.47
Hex BD 40 31 0 42 4A 1A 6 3B 2F
Octal 275 100 61 0 102 112 32 6 73 57
Binary 10111101 1000000 110001 0 1000010 1001010 11010 110 111011 101111

Color Harmonies of #BD4031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4031

Black with #BD4031

Text Example


Text Example

White with #BD4031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4031; }

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

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

background-color css

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

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

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

border-color css

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

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

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