Html Css Color HEX #BD3C3A Medium Carmine

📋 copy color: '#BD3C3A'

red 189 ◦ green 60 ◦ blue 58

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

Shades of Medium Carmine #BD3C3A

Tints of Medium Carmine #BD3C3A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.54%

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

R = 61.56%
G = 19.54%
B = 18.89%

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

#BD3C3A (or 0xBD3C3A) is known color: Medium Carmine. HEX triplet: BD, 3C and 3A. RGB value is (189,60,58). Sum of RGB (Red+Green+Blue) = 189+60+58=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3C3A is #42C3C5. Grayscale: #626262. Windows color (decimal): -4375494 or 3816637. OLE color: 3816637.

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

Color convert

RGB 189 60 58 -
CMYK 0 0.68 0.69 0.26
HSL 0.92º 0.53% 0.48% -
HSV(B) 0.92º 0.69% 0.74% -
XYZ 23.37 14.36 5.54 -
YUV 98.34 105.24 192.66 -
System Red Green Blue C M Y K H S L
Decimal 189 60 58 0 0.68 0.69 0.26 0.92 0.53 0.48
Hex BD 3C 3A 0 44 45 1A 1 35 30
Octal 275 74 72 0 104 105 32 1 65 60
Binary 10111101 111100 111010 0 1000100 1000101 11010 1 110101 110000

Color Harmonies of #BD3C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3C3A

Black with #BD3C3A

Text Example


Text Example

White with #BD3C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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