Html Css Color HEX #BC4025 Medium Carmine

📋 copy color: '#BC4025'

red 188 ◦ green 64 ◦ blue 37

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

Shades of Medium Carmine #BC4025

Tints of Medium Carmine #BC4025

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.15%

 BLUE value IS 37 (14.84% from 255) = 12.8%

R = 65.05%
G = 22.15%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC4025 (or 0xBC4025) is known color: Medium Carmine. HEX triplet: BC, 40 and 25. RGB value is (188,64,37). Sum of RGB (Red+Green+Blue) = 188+64+37=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4025 is #43BFDA. Grayscale: #626262. Windows color (decimal): -4440027 or 2441404. OLE color: 2441404.

HSL color Cylindrical-coordinate representation of color #BC4025: hue angle of 10.73º degrees, saturation: 0.67, 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 #BC4025 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 64 37 -
CMYK 0 0.66 0.80 0.26
HSL 10.73º 0.67% 0.44% -
HSV(B) 10.73º 0.8% 0.74% -
XYZ 22.91 14.49 3.34 -
YUV 98 93.58 192.2 -
System Red Green Blue C M Y K H S L
Decimal 188 64 37 0 0.66 0.80 0.26 10.73 0.67 0.44
Hex BC 40 25 0 42 50 1A B 43 2C
Octal 274 100 45 0 102 120 32 13 103 54
Binary 10111100 1000000 100101 0 1000010 1010000 11010 1011 1000011 101100

Color Harmonies of #BC4025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4025

Black with #BC4025

Text Example


Text Example

White with #BC4025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4025; }

 p { color: rgb(188,64,37); }

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

background-color css

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

 a { background-color: rgb(188,64,37); }

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

border-color css

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

 span { border-color: rgb(188,64,37); }

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