Html Css Color HEX #BD3E3C Medium Carmine

📋 copy color: '#BD3E3C'

red 189 ◦ green 62 ◦ blue 60

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

Shades of Medium Carmine #BD3E3C

Tints of Medium Carmine #BD3E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.29%

R = 60.77%
G = 19.94%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD3E3C (or 0xBD3E3C) is known color: Medium Carmine. HEX triplet: BD, 3E and 3C. RGB value is (189,62,60). Sum of RGB (Red+Green+Blue) = 189+62+60=311 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.77% from 311); Green value is 62 (24.61% from 255 or 19.94% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3E3C is #42C1C3. Grayscale: #636363. Windows color (decimal): -4374980 or 3948221. OLE color: 3948221.

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

Color convert

RGB 189 62 60 -
CMYK 0 0.67 0.68 0.26
HSL 0.93º 0.52% 0.49% -
HSV(B) 0.93º 0.68% 0.74% -
XYZ 23.52 14.59 5.85 -
YUV 99.75 105.58 191.66 -
System Red Green Blue C M Y K H S L
Decimal 189 62 60 0 0.67 0.68 0.26 0.93 0.52 0.49
Hex BD 3E 3C 0 43 44 1A 1 34 31
Octal 275 76 74 0 103 104 32 1 64 61
Binary 10111101 111110 111100 0 1000011 1000100 11010 1 110100 110001

Color Harmonies of #BD3E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3E3C

Black with #BD3E3C

Text Example


Text Example

White with #BD3E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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