Html Css Color HEX #BC3E26 Medium Carmine

📋 copy color: '#BC3E26'

red 188 ◦ green 62 ◦ blue 38

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

Shades of Medium Carmine #BC3E26

Tints of Medium Carmine #BC3E26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.19%

R = 65.28%
G = 21.53%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC3E26 (or 0xBC3E26) is known color: Medium Carmine. HEX triplet: BC, 3E and 26. RGB value is (188,62,38). Sum of RGB (Red+Green+Blue) = 188+62+38=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 38 (15.23% from 255 or 13.19% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3E26 is #43C1D9. Grayscale: #616161. Windows color (decimal): -4440538 or 2506428. OLE color: 2506428.

HSL color Cylindrical-coordinate representation of color #BC3E26: hue angle of 9.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC3E26 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 62 38 -
CMYK 0 0.67 0.80 0.26
HSL 9.6º 0.66% 0.44% -
HSV(B) 9.6º 0.8% 0.74% -
XYZ 22.81 14.28 3.39 -
YUV 96.94 94.74 192.95 -
System Red Green Blue C M Y K H S L
Decimal 188 62 38 0 0.67 0.80 0.26 9.6 0.66 0.44
Hex BC 3E 26 0 43 50 1A A 42 2C
Octal 274 76 46 0 103 120 32 12 102 54
Binary 10111100 111110 100110 0 1000011 1010000 11010 1010 1000010 101100

Color Harmonies of #BC3E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3E26

Black with #BC3E26

Text Example


Text Example

White with #BC3E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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