Html Css Color HEX #BC5023 Red Stage

📋 copy color: '#BC5023'

red 188 ◦ green 80 ◦ blue 35

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

Shades of Red Stage #BC5023

Tints of Red Stage #BC5023

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.4%

 BLUE value IS 35 (14.06% from 255) = 11.55%

R = 62.05%
G = 26.4%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC5023 (or 0xBC5023) is known color: Red Stage. HEX triplet: BC, 50 and 23. RGB value is (188,80,35). Sum of RGB (Red+Green+Blue) = 188+80+35=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 35 (14.06% from 255 or 11.55% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5023 is #43AFDC. Grayscale: #6B6B6B. Windows color (decimal): -4435933 or 2314428. OLE color: 2314428.

HSL color Cylindrical-coordinate representation of color #BC5023: hue angle of 17.65º degrees, saturation: 0.69, 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 #BC5023 is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 80 35 -
CMYK 0 0.57 0.81 0.26
HSL 17.65º 0.69% 0.44% -
HSV(B) 17.65º 0.81% 0.74% -
XYZ 23.91 16.55 3.52 -
YUV 107.16 87.28 185.66 -
System Red Green Blue C M Y K H S L
Decimal 188 80 35 0 0.57 0.81 0.26 17.65 0.69 0.44
Hex BC 50 23 0 39 51 1A 12 45 2C
Octal 274 120 43 0 71 121 32 22 105 54
Binary 10111100 1010000 100011 0 111001 1010001 11010 10010 1000101 101100

Color Harmonies of #BC5023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5023

Black with #BC5023

Text Example


Text Example

White with #BC5023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5023; }

 p { color: rgb(188,80,35); }

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

background-color css

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

 a { background-color: rgb(188,80,35); }

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

border-color css

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

 span { border-color: rgb(188,80,35); }

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