Html Css Color HEX #BD3C2C Medium Carmine

📋 copy color: '#BD3C2C'

red 189 ◦ green 60 ◦ blue 44

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

Shades of Medium Carmine #BD3C2C

Tints of Medium Carmine #BD3C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.02%

R = 64.51%
G = 20.48%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD3C2C (or 0xBD3C2C) is known color: Medium Carmine. HEX triplet: BD, 3C and 2C. RGB value is (189,60,44). Sum of RGB (Red+Green+Blue) = 189+60+44=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3C2C is #42C3D3. Grayscale: #606060. Windows color (decimal): -4375508 or 2899133. OLE color: 2899133.

HSL color Cylindrical-coordinate representation of color #BD3C2C: hue angle of 6.62º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD3C2C is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 60 44 -
CMYK 0 0.68 0.77 0.26
HSL 6.62º 0.62% 0.46% -
HSV(B) 6.62º 0.77% 0.74% -
XYZ 23.06 14.23 3.91 -
YUV 96.75 98.24 193.8 -
System Red Green Blue C M Y K H S L
Decimal 189 60 44 0 0.68 0.77 0.26 6.62 0.62 0.46
Hex BD 3C 2C 0 44 4D 1A 7 3E 2E
Octal 275 74 54 0 104 115 32 7 76 56
Binary 10111101 111100 101100 0 1000100 1001101 11010 111 111110 101110

Color Harmonies of #BD3C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3C2C

Black with #BD3C2C

Text Example


Text Example

White with #BD3C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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