Html Css Color HEX #BD403B Medium Carmine

📋 copy color: '#BD403B'

red 189 ◦ green 64 ◦ blue 59

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

Shades of Medium Carmine #BD403B

Tints of Medium Carmine #BD403B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.91%

R = 60.58%
G = 20.51%
B = 18.91%

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

#BD403B (or 0xBD403B) is known color: Medium Carmine. HEX triplet: BD, 40 and 3B. RGB value is (189,64,59). Sum of RGB (Red+Green+Blue) = 189+64+59=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD403B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD403B is #42BFC4. Grayscale: #646464. Windows color (decimal): -4374469 or 3883197. OLE color: 3883197.

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

Color convert

RGB 189 64 59 -
CMYK 0 0.66 0.69 0.26
HSL 2.31º 0.52% 0.49% -
HSV(B) 2.31º 0.69% 0.74% -
XYZ 23.61 14.8 5.75 -
YUV 100.81 104.41 190.91 -
System Red Green Blue C M Y K H S L
Decimal 189 64 59 0 0.66 0.69 0.26 2.31 0.52 0.49
Hex BD 40 3B 0 42 45 1A 2 34 31
Octal 275 100 73 0 102 105 32 2 64 61
Binary 10111101 1000000 111011 0 1000010 1000101 11010 10 110100 110001

Color Harmonies of #BD403B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD403B

Black with #BD403B

Text Example


Text Example

White with #BD403B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD403B; }

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

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

background-color css

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

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

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

border-color css

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

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

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