Html Css Color HEX #BD413C Medium Carmine

📋 copy color: '#BD413C'

red 189 ◦ green 65 ◦ blue 60

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

Shades of Medium Carmine #BD413C

Tints of Medium Carmine #BD413C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.7%

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

R = 60.19%
G = 20.7%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD413C (or 0xBD413C) is known color: Medium Carmine. HEX triplet: BD, 41 and 3C. RGB value is (189,65,60). Sum of RGB (Red+Green+Blue) = 189+65+60=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD413C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD413C is #42BEC3. Grayscale: #656565. Windows color (decimal): -4374212 or 3948989. OLE color: 3948989.

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

Color convert

RGB 189 65 60 -
CMYK 0 0.66 0.68 0.26
HSL 2.33º 0.52% 0.49% -
HSV(B) 2.33º 0.68% 0.74% -
XYZ 23.69 14.93 5.91 -
YUV 101.51 104.58 190.41 -
System Red Green Blue C M Y K H S L
Decimal 189 65 60 0 0.66 0.68 0.26 2.33 0.52 0.49
Hex BD 41 3C 0 42 44 1A 2 34 31
Octal 275 101 74 0 102 104 32 2 64 61
Binary 10111101 1000001 111100 0 1000010 1000100 11010 10 110100 110001

Color Harmonies of #BD413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD413C

Black with #BD413C

Text Example


Text Example

White with #BD413C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD413C; }

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

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

background-color css

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

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

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

border-color css

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

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

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