Html Css Color HEX #BD3E2C Medium Carmine

📋 copy color: '#BD3E2C'

red 189 ◦ green 62 ◦ blue 44

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

Shades of Medium Carmine #BD3E2C

Tints of Medium Carmine #BD3E2C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.02%

 BLUE value IS 44 (17.58% from 255) = 14.92%

R = 64.07%
G = 21.02%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD3E2C (or 0xBD3E2C) is known color: Medium Carmine. HEX triplet: BD, 3E and 2C. RGB value is (189,62,44). Sum of RGB (Red+Green+Blue) = 189+62+44=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3E2C is #42C1D3. Grayscale: #626262. Windows color (decimal): -4374996 or 2899645. OLE color: 2899645.

HSL color Cylindrical-coordinate representation of color #BD3E2C: hue angle of 7.45º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD3E2C is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 62 44 -
CMYK 0 0.67 0.77 0.26
HSL 7.45º 0.62% 0.46% -
HSV(B) 7.45º 0.77% 0.74% -
XYZ 23.16 14.45 3.95 -
YUV 97.92 97.58 192.96 -
System Red Green Blue C M Y K H S L
Decimal 189 62 44 0 0.67 0.77 0.26 7.45 0.62 0.46
Hex BD 3E 2C 0 43 4D 1A 7 3E 2E
Octal 275 76 54 0 103 115 32 7 76 56
Binary 10111101 111110 101100 0 1000011 1001101 11010 111 111110 101110

Color Harmonies of #BD3E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3E2C

Black with #BD3E2C

Text Example


Text Example

White with #BD3E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3E2C; }

 p { color: rgb(189,62,44); }

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

background-color css

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

 a { background-color: rgb(189,62,44); }

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

border-color css

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

 span { border-color: rgb(189,62,44); }

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