Html Css Color HEX #BD3D3B Medium Carmine

📋 copy color: '#BD3D3B'

red 189 ◦ green 61 ◦ blue 59

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

Shades of Medium Carmine #BD3D3B

Tints of Medium Carmine #BD3D3B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.74%

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

R = 61.17%
G = 19.74%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD3D3B (or 0xBD3D3B) is known color: Medium Carmine. HEX triplet: BD, 3D and 3B. RGB value is (189,61,59). Sum of RGB (Red+Green+Blue) = 189+61+59=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3D3B is #42C2C4. Grayscale: #636363. Windows color (decimal): -4375237 or 3882429. OLE color: 3882429.

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

Color convert

RGB 189 61 59 -
CMYK 0 0.68 0.69 0.26
HSL 0.92º 0.52% 0.49% -
HSV(B) 0.92º 0.69% 0.74% -
XYZ 23.44 14.47 5.7 -
YUV 99.04 105.41 192.16 -
System Red Green Blue C M Y K H S L
Decimal 189 61 59 0 0.68 0.69 0.26 0.92 0.52 0.49
Hex BD 3D 3B 0 44 45 1A 1 34 31
Octal 275 75 73 0 104 105 32 1 64 61
Binary 10111101 111101 111011 0 1000100 1000101 11010 1 110100 110001

Color Harmonies of #BD3D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3D3B

Black with #BD3D3B

Text Example


Text Example

White with #BD3D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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