Html Css Color HEX #BD3A2E Medium Carmine

📋 copy color: '#BD3A2E'

red 189 ◦ green 58 ◦ blue 46

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

Shades of Medium Carmine #BD3A2E

Tints of Medium Carmine #BD3A2E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.8%

 BLUE value IS 46 (18.36% from 255) = 15.7%

R = 64.51%
G = 19.8%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD3A2E (or 0xBD3A2E) is known color: Medium Carmine. HEX triplet: BD, 3A and 2E. RGB value is (189,58,46). Sum of RGB (Red+Green+Blue) = 189+58+46=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 46 (18.36% from 255 or 15.70% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3A2E is #42C5D1. Grayscale: #5F5F5F. Windows color (decimal): -4376018 or 3029693. OLE color: 3029693.

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

Color convert

RGB 189 58 46 -
CMYK 0 0.69 0.76 0.26
HSL 5.03º 0.61% 0.46% -
HSV(B) 5.03º 0.76% 0.74% -
XYZ 22.99 14.04 4.08 -
YUV 95.8 99.9 194.48 -
System Red Green Blue C M Y K H S L
Decimal 189 58 46 0 0.69 0.76 0.26 5.03 0.61 0.46
Hex BD 3A 2E 0 45 4C 1A 5 3D 2E
Octal 275 72 56 0 105 114 32 5 75 56
Binary 10111101 111010 101110 0 1000101 1001100 11010 101 111101 101110

Color Harmonies of #BD3A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3A2E

Black with #BD3A2E

Text Example


Text Example

White with #BD3A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3A2E; }

 p { color: rgb(189,58,46); }

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

background-color css

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

 a { background-color: rgb(189,58,46); }

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

border-color css

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

 span { border-color: rgb(189,58,46); }

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