Html Css Color HEX #BC3826 Medium Carmine

📋 copy color: '#BC3826'

red 188 ◦ green 56 ◦ blue 38

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

Shades of Medium Carmine #BC3826

Tints of Medium Carmine #BC3826

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.86%

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

R = 66.67%
G = 19.86%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC3826 (or 0xBC3826) is known color: Medium Carmine. HEX triplet: BC, 38 and 26. RGB value is (188,56,38). Sum of RGB (Red+Green+Blue) = 188+56+38=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3826 is #43C7D9. Grayscale: #5D5D5D. Windows color (decimal): -4442074 or 2504892. OLE color: 2504892.

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

Color convert

RGB 188 56 38 -
CMYK 0 0.70 0.80 0.26
HSL 7.2º 0.66% 0.44% -
HSV(B) 7.2º 0.8% 0.74% -
XYZ 22.5 13.66 3.28 -
YUV 93.42 96.73 195.46 -
System Red Green Blue C M Y K H S L
Decimal 188 56 38 0 0.70 0.80 0.26 7.2 0.66 0.44
Hex BC 38 26 0 46 50 1A 7 42 2C
Octal 274 70 46 0 106 120 32 7 102 54
Binary 10111100 111000 100110 0 1000110 1010000 11010 111 1000010 101100

Color Harmonies of #BC3826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3826

Black with #BC3826

Text Example


Text Example

White with #BC3826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3826; }

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

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

background-color css

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

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

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

border-color css

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

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

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