Html Css Color HEX #BD3C33 Medium Carmine

📋 copy color: '#BD3C33'

red 189 ◦ green 60 ◦ blue 51

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

Shades of Medium Carmine #BD3C33

Tints of Medium Carmine #BD3C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17%

R = 63%
G = 20%
B = 17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BD3C33 (or 0xBD3C33) is known color: Medium Carmine. HEX triplet: BD, 3C and 33. RGB value is (189,60,51). Sum of RGB (Red+Green+Blue) = 189+60+51=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3C33 is #42C3CC. Grayscale: #616161. Windows color (decimal): -4375501 or 3357885. OLE color: 3357885.

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

Color convert

RGB 189 60 51 -
CMYK 0 0.68 0.73 0.26
HSL 3.91º 0.58% 0.47% -
HSV(B) 3.91º 0.73% 0.74% -
XYZ 23.2 14.29 4.67 -
YUV 97.55 101.74 193.23 -
System Red Green Blue C M Y K H S L
Decimal 189 60 51 0 0.68 0.73 0.26 3.91 0.58 0.47
Hex BD 3C 33 0 44 49 1A 4 3A 2F
Octal 275 74 63 0 104 111 32 4 72 57
Binary 10111101 111100 110011 0 1000100 1001001 11010 100 111010 101111

Color Harmonies of #BD3C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3C33

Black with #BD3C33

Text Example


Text Example

White with #BD3C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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