Html Css Color HEX #BC4235 Medium Carmine

📋 copy color: '#BC4235'

red 188 ◦ green 66 ◦ blue 53

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

Shades of Medium Carmine #BC4235

Tints of Medium Carmine #BC4235

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.5%

 BLUE value IS 53 (21.09% from 255) = 17.26%

R = 61.24%
G = 21.5%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC4235 (or 0xBC4235) is known color: Medium Carmine. HEX triplet: BC, 42 and 35. RGB value is (188,66,53). Sum of RGB (Red+Green+Blue) = 188+66+53=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4235 is #43BDCA. Grayscale: #656565. Windows color (decimal): -4439499 or 3490492. OLE color: 3490492.

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

Color convert

RGB 188 66 53 -
CMYK 0 0.65 0.72 0.26
HSL 5.78º 0.56% 0.47% -
HSV(B) 5.78º 0.72% 0.74% -
XYZ 23.33 14.84 5 -
YUV 101 100.92 190.06 -
System Red Green Blue C M Y K H S L
Decimal 188 66 53 0 0.65 0.72 0.26 5.78 0.56 0.47
Hex BC 42 35 0 41 48 1A 6 38 2F
Octal 274 102 65 0 101 110 32 6 70 57
Binary 10111100 1000010 110101 0 1000001 1001000 11010 110 111000 101111

Color Harmonies of #BC4235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4235

Black with #BC4235

Text Example


Text Example

White with #BC4235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4235; }

 p { color: rgb(188,66,53); }

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

background-color css

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

 a { background-color: rgb(188,66,53); }

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

border-color css

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

 span { border-color: rgb(188,66,53); }

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