Html Css Color HEX #BD3C2D Medium Carmine

📋 copy color: '#BD3C2D'

red 189 ◦ green 60 ◦ blue 45

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

Shades of Medium Carmine #BD3C2D

Tints of Medium Carmine #BD3C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.31%

R = 64.29%
G = 20.41%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD3C2D (or 0xBD3C2D) is known color: Medium Carmine. HEX triplet: BD, 3C and 2D. RGB value is (189,60,45). Sum of RGB (Red+Green+Blue) = 189+60+45=294 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.29% from 294); Green value is 60 (23.83% from 255 or 20.41% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3C2D is #42C3D2. Grayscale: #616161. Windows color (decimal): -4375507 or 2964669. OLE color: 2964669.

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

Color convert

RGB 189 60 45 -
CMYK 0 0.68 0.76 0.26
HSL 6.25º 0.62% 0.46% -
HSV(B) 6.25º 0.76% 0.74% -
XYZ 23.08 14.24 4.01 -
YUV 96.86 98.74 193.72 -
System Red Green Blue C M Y K H S L
Decimal 189 60 45 0 0.68 0.76 0.26 6.25 0.62 0.46
Hex BD 3C 2D 0 44 4C 1A 6 3E 2E
Octal 275 74 55 0 104 114 32 6 76 56
Binary 10111101 111100 101101 0 1000100 1001100 11010 110 111110 101110

Color Harmonies of #BD3C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3C2D

Black with #BD3C2D

Text Example


Text Example

White with #BD3C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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