Html Css Color HEX #BC3E35 Medium Carmine

📋 copy color: '#BC3E35'

red 188 ◦ green 62 ◦ blue 53

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

Shades of Medium Carmine #BC3E35

Tints of Medium Carmine #BC3E35

RGB

 RED value IS 188 (73.83% from 255) = 62.05%

 GREEN value IS 62 (24.61% from 255) = 20.46%

 BLUE value IS 53 (21.09% from 255) = 17.49%

R = 62.05%
G = 20.46%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC3E35 (or 0xBC3E35) is known color: Medium Carmine. HEX triplet: BC, 3E and 35. RGB value is (188,62,53). Sum of RGB (Red+Green+Blue) = 188+62+53=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3E35 is #43C1CA. Grayscale: #626262. Windows color (decimal): -4440523 or 3489468. OLE color: 3489468.

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

Color convert

RGB 188 62 53 -
CMYK 0 0.67 0.72 0.26
HSL 0.56% 0.47% -
HSV(B) 0.72% 0.74% -
XYZ 23.1 14.39 4.93 -
YUV 98.65 102.24 191.73 -
System Red Green Blue C M Y K H S L
Decimal 188 62 53 0 0.67 0.72 0.26 4 0.56 0.47
Hex BC 3E 35 0 43 48 1A 4 38 2F
Octal 274 76 65 0 103 110 32 4 70 57
Binary 10111100 111110 110101 0 1000011 1001000 11010 100 111000 101111

Color Harmonies of #BC3E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3E35

Black with #BC3E35

Text Example


Text Example

White with #BC3E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3E35; }

 p { color: rgb(188,62,53); }

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

background-color css

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

 a { background-color: rgb(188,62,53); }

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

border-color css

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

 span { border-color: rgb(188,62,53); }

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