Html Css Color HEX #BD3F31 Medium Carmine

📋 copy color: '#BD3F31'

red 189 ◦ green 63 ◦ blue 49

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

Shades of Medium Carmine #BD3F31

Tints of Medium Carmine #BD3F31

RGB

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

 GREEN value IS 63 (25% from 255) = 20.93%

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

R = 62.79%
G = 20.93%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BD3F31 (or 0xBD3F31) is known color: Medium Carmine. HEX triplet: BD, 3F and 31. RGB value is (189,63,49). Sum of RGB (Red+Green+Blue) = 189+63+49=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3F31 is #42C0CE. Grayscale: #636363. Windows color (decimal): -4374735 or 3227581. OLE color: 3227581.

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

Color convert

RGB 189 63 49 -
CMYK 0 0.67 0.74 0.26
HSL 0.59% 0.47% -
HSV(B) 0.74% 0.74% -
XYZ 23.32 14.6 4.49 -
YUV 99.08 99.74 192.14 -
System Red Green Blue C M Y K H S L
Decimal 189 63 49 0 0.67 0.74 0.26 6 0.59 0.47
Hex BD 3F 31 0 43 4A 1A 6 3B 2F
Octal 275 77 61 0 103 112 32 6 73 57
Binary 10111101 111111 110001 0 1000011 1001010 11010 110 111011 101111

Color Harmonies of #BD3F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3F31

Black with #BD3F31

Text Example


Text Example

White with #BD3F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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