Html Css Color HEX #BD3E3A Medium Carmine

📋 copy color: '#BD3E3A'

red 189 ◦ green 62 ◦ blue 58

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

Shades of Medium Carmine #BD3E3A

Tints of Medium Carmine #BD3E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.77%

R = 61.17%
G = 20.06%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD3E3A (or 0xBD3E3A) is known color: Medium Carmine. HEX triplet: BD, 3E and 3A. RGB value is (189,62,58). Sum of RGB (Red+Green+Blue) = 189+62+58=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 62 (24.61% from 255 or 20.06% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3E3A is #42C1C5. Grayscale: #636363. Windows color (decimal): -4374982 or 3817149. OLE color: 3817149.

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

Color convert

RGB 189 62 58 -
CMYK 0 0.67 0.69 0.26
HSL 1.83º 0.53% 0.48% -
HSV(B) 1.83º 0.69% 0.74% -
XYZ 23.47 14.57 5.58 -
YUV 99.52 104.58 191.83 -
System Red Green Blue C M Y K H S L
Decimal 189 62 58 0 0.67 0.69 0.26 1.83 0.53 0.48
Hex BD 3E 3A 0 43 45 1A 2 35 30
Octal 275 76 72 0 103 105 32 2 65 60
Binary 10111101 111110 111010 0 1000011 1000101 11010 10 110101 110000

Color Harmonies of #BD3E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3E3A

Black with #BD3E3A

Text Example


Text Example

White with #BD3E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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