Html Css Color HEX #BC4D24 Red Stage

📋 copy color: '#BC4D24'

red 188 ◦ green 77 ◦ blue 36

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

Shades of Red Stage #BC4D24

Tints of Red Stage #BC4D24

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.58%

 BLUE value IS 36 (14.45% from 255) = 11.96%

R = 62.46%
G = 25.58%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC4D24 (or 0xBC4D24) is known color: Red Stage. HEX triplet: BC, 4D and 24. RGB value is (188,77,36). Sum of RGB (Red+Green+Blue) = 188+77+36=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4D24 is #43B2DB. Grayscale: #696969. Windows color (decimal): -4436700 or 2379196. OLE color: 2379196.

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

Color convert

RGB 188 77 36 -
CMYK 0 0.59 0.81 0.26
HSL 16.18º 0.68% 0.44% -
HSV(B) 16.18º 0.81% 0.74% -
XYZ 23.71 16.13 3.53 -
YUV 105.52 88.77 186.83 -
System Red Green Blue C M Y K H S L
Decimal 188 77 36 0 0.59 0.81 0.26 16.18 0.68 0.44
Hex BC 4D 24 0 3B 51 1A 10 44 2C
Octal 274 115 44 0 73 121 32 20 104 54
Binary 10111100 1001101 100100 0 111011 1010001 11010 10000 1000100 101100

Color Harmonies of #BC4D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D24

Black with #BC4D24

Text Example


Text Example

White with #BC4D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D24; }

 p { color: rgb(188,77,36); }

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

background-color css

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

 a { background-color: rgb(188,77,36); }

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

border-color css

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

 span { border-color: rgb(188,77,36); }

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