Html Css Color HEX #BC3A27 Medium Carmine

📋 copy color: '#BC3A27'

red 188 ◦ green 58 ◦ blue 39

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

Shades of Medium Carmine #BC3A27

Tints of Medium Carmine #BC3A27

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.35%

 BLUE value IS 39 (15.63% from 255) = 13.68%

R = 65.96%
G = 20.35%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC3A27 (or 0xBC3A27) is known color: Medium Carmine. HEX triplet: BC, 3A and 27. RGB value is (188,58,39). Sum of RGB (Red+Green+Blue) = 188+58+39=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3A27 is #43C5D8. Grayscale: #5E5E5E. Windows color (decimal): -4441561 or 2570940. OLE color: 2570940.

HSL color Cylindrical-coordinate representation of color #BC3A27: hue angle of 7.65º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC3A27 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 58 39 -
CMYK 0 0.69 0.79 0.26
HSL 7.65º 0.66% 0.45% -
HSV(B) 7.65º 0.79% 0.74% -
XYZ 22.62 13.86 3.4 -
YUV 94.7 96.57 194.54 -
System Red Green Blue C M Y K H S L
Decimal 188 58 39 0 0.69 0.79 0.26 7.65 0.66 0.45
Hex BC 3A 27 0 45 4F 1A 8 42 2D
Octal 274 72 47 0 105 117 32 10 102 55
Binary 10111100 111010 100111 0 1000101 1001111 11010 1000 1000010 101101

Color Harmonies of #BC3A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3A27

Black with #BC3A27

Text Example


Text Example

White with #BC3A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3A27; }

 p { color: rgb(188,58,39); }

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

background-color css

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

 a { background-color: rgb(188,58,39); }

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

border-color css

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

 span { border-color: rgb(188,58,39); }

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