Html Css Color HEX #BD403A Medium Carmine

📋 copy color: '#BD403A'

red 189 ◦ green 64 ◦ blue 58

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

Shades of Medium Carmine #BD403A

Tints of Medium Carmine #BD403A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.58%

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

R = 60.77%
G = 20.58%
B = 18.65%

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

#BD403A (or 0xBD403A) is known color: Medium Carmine. HEX triplet: BD, 40 and 3A. RGB value is (189,64,58). Sum of RGB (Red+Green+Blue) = 189+64+58=311 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.77% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 189 - color contains mainly: red. Hex color #BD403A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD403A is #42BFC5. Grayscale: #646464. Windows color (decimal): -4374470 or 3817661. OLE color: 3817661.

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

Color convert

RGB 189 64 58 -
CMYK 0 0.66 0.69 0.26
HSL 2.75º 0.53% 0.48% -
HSV(B) 2.75º 0.69% 0.74% -
XYZ 23.58 14.79 5.61 -
YUV 100.69 103.91 190.99 -
System Red Green Blue C M Y K H S L
Decimal 189 64 58 0 0.66 0.69 0.26 2.75 0.53 0.48
Hex BD 40 3A 0 42 45 1A 3 35 30
Octal 275 100 72 0 102 105 32 3 65 60
Binary 10111101 1000000 111010 0 1000010 1000101 11010 11 110101 110000

Color Harmonies of #BD403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD403A

Black with #BD403A

Text Example


Text Example

White with #BD403A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD403A; }

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

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

background-color css

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

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

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

border-color css

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

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

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