Html Css Color HEX #BC413A Medium Carmine

📋 copy color: '#BC413A'

red 188 ◦ green 65 ◦ blue 58

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

Shades of Medium Carmine #BC413A

Tints of Medium Carmine #BC413A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.9%

 BLUE value IS 58 (23.05% from 255) = 18.65%

R = 60.45%
G = 20.9%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC413A (or 0xBC413A) is known color: Medium Carmine. HEX triplet: BC, 41 and 3A. RGB value is (188,65,58). Sum of RGB (Red+Green+Blue) = 188+65+58=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC413A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC413A is #43BEC5. Grayscale: #656565. Windows color (decimal): -4439750 or 3817916. OLE color: 3817916.

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

Color convert

RGB 188 65 58 -
CMYK 0 0.65 0.69 0.26
HSL 3.23º 0.53% 0.48% -
HSV(B) 3.23º 0.69% 0.74% -
XYZ 23.39 14.78 5.62 -
YUV 100.98 103.75 190.07 -
System Red Green Blue C M Y K H S L
Decimal 188 65 58 0 0.65 0.69 0.26 3.23 0.53 0.48
Hex BC 41 3A 0 41 45 1A 3 35 30
Octal 274 101 72 0 101 105 32 3 65 60
Binary 10111100 1000001 111010 0 1000001 1000101 11010 11 110101 110000

Color Harmonies of #BC413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC413A

Black with #BC413A

Text Example


Text Example

White with #BC413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC413A; }

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

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

background-color css

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

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

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

border-color css

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

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

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