Html Css Color HEX #BC4130 Medium Carmine

📋 copy color: '#BC4130'

red 188 ◦ green 65 ◦ blue 48

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

Shades of Medium Carmine #BC4130

Tints of Medium Carmine #BC4130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.95%

R = 62.46%
G = 21.59%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC4130 (or 0xBC4130) is known color: Medium Carmine. HEX triplet: BC, 41 and 30. RGB value is (188,65,48). Sum of RGB (Red+Green+Blue) = 188+65+48=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4130 is #43BECF. Grayscale: #646464. Windows color (decimal): -4439760 or 3162556. OLE color: 3162556.

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

Color convert

RGB 188 65 48 -
CMYK 0 0.65 0.74 0.26
HSL 7.29º 0.59% 0.46% -
HSV(B) 7.29º 0.74% 0.74% -
XYZ 23.16 14.69 4.41 -
YUV 99.84 98.75 190.88 -
System Red Green Blue C M Y K H S L
Decimal 188 65 48 0 0.65 0.74 0.26 7.29 0.59 0.46
Hex BC 41 30 0 41 4A 1A 7 3B 2E
Octal 274 101 60 0 101 112 32 7 73 56
Binary 10111100 1000001 110000 0 1000001 1001010 11010 111 111011 101110

Color Harmonies of #BC4130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4130

Black with #BC4130

Text Example


Text Example

White with #BC4130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4130; }

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

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

background-color css

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

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

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

border-color css

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

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

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