Html Css Color HEX #BC3800 Rust

📋 copy color: '#BC3800'

red 188 ◦ green 56 ◦ blue 0

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

Shades of Rust #BC3800

Tints of Rust #BC3800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.05%
G = 22.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC3800 (or 0xBC3800) is known color: Rust. HEX triplet: BC, 38 and 00. RGB value is (188,56,0). Sum of RGB (Red+Green+Blue) = 188+56+0=244 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.05% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3800 is #43C7FF. Grayscale: #595959. Windows color (decimal): -4442112 or 14524. OLE color: 14524.

HSL color Cylindrical-coordinate representation of color #BC3800: hue angle of 17.87º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC3800 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 56 0 -
CMYK 0 0.70 1 0.26
HSL 17.87º 1% 0.37% -
HSV(B) 17.87º 1% 0.74% -
XYZ 22.15 13.52 1.44 -
YUV 89.08 77.73 198.55 -
System Red Green Blue C M Y K H S L
Decimal 188 56 0 0 0.70 1 0.26 17.87 1 0.37
Hex BC 38 0 0 46 64 1A 12 64 25
Octal 274 70 0 0 106 144 32 22 144 45
Binary 10111100 111000 0 0 1000110 1100100 11010 10010 1100100 100101

Color Harmonies of #BC3800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3800

Black with #BC3800

Text Example


Text Example

White with #BC3800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3800; }

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

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

background-color css

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

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

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

border-color css

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

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

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