Html Css Color HEX #BD413A Medium Carmine

📋 copy color: '#BD413A'

red 189 ◦ green 65 ◦ blue 58

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

Shades of Medium Carmine #BD413A

Tints of Medium Carmine #BD413A

RGB

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

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

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

R = 60.58%
G = 20.83%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD413A (or 0xBD413A) is known color: Medium Carmine. HEX triplet: BD, 41 and 3A. RGB value is (189,65,58). Sum of RGB (Red+Green+Blue) = 189+65+58=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD413A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD413A is #42BEC5. Grayscale: #656565. Windows color (decimal): -4374214 or 3817917. OLE color: 3817917.

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

Color convert

RGB 189 65 58 -
CMYK 0 0.66 0.69 0.26
HSL 3.21º 0.53% 0.48% -
HSV(B) 3.21º 0.69% 0.74% -
XYZ 23.64 14.9 5.63 -
YUV 101.28 103.58 190.57 -
System Red Green Blue C M Y K H S L
Decimal 189 65 58 0 0.66 0.69 0.26 3.21 0.53 0.48
Hex BD 41 3A 0 42 45 1A 3 35 30
Octal 275 101 72 0 102 105 32 3 65 60
Binary 10111101 1000001 111010 0 1000010 1000101 11010 11 110101 110000

Color Harmonies of #BD413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD413A

Black with #BD413A

Text Example


Text Example

White with #BD413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD413A; }

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

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

background-color css

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

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

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

border-color css

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

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

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