Html Css Color HEX #BC3801 Rust

📋 copy color: '#BC3801'

red 188 ◦ green 56 ◦ blue 1

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

Shades of Rust #BC3801

Tints of Rust #BC3801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 76.73%
G = 22.86%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC3801 (or 0xBC3801) is known color: Rust. HEX triplet: BC, 38 and 01. RGB value is (188,56,1). Sum of RGB (Red+Green+Blue) = 188+56+1=245 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.73% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3801 is #43C7FE. Grayscale: #595959. Windows color (decimal): -4442111 or 80060. OLE color: 80060.

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

Color convert

RGB 188 56 1 -
CMYK 0 0.70 0.99 0.26
HSL 17.65º 0.99% 0.37% -
HSV(B) 17.65º 0.99% 0.74% -
XYZ 22.16 13.52 1.47 -
YUV 89.2 78.23 198.47 -
System Red Green Blue C M Y K H S L
Decimal 188 56 1 0 0.70 0.99 0.26 17.65 0.99 0.37
Hex BC 38 1 0 46 63 1A 12 63 25
Octal 274 70 1 0 106 143 32 22 143 45
Binary 10111100 111000 1 0 1000110 1100011 11010 10010 1100011 100101

Color Harmonies of #BC3801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3801

Black with #BC3801

Text Example


Text Example

White with #BC3801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3801; }

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

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

background-color css

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

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

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

border-color css

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

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

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