Html Css Color HEX #BC4901 Rust

📋 copy color: '#BC4901'

red 188 ◦ green 73 ◦ blue 1

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

Shades of Rust #BC4901

Tints of Rust #BC4901

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.86%

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

R = 71.76%
G = 27.86%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC4901 (or 0xBC4901) is known color: Rust. HEX triplet: BC, 49 and 01. RGB value is (188,73,1). Sum of RGB (Red+Green+Blue) = 188+73+1=262 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.76% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4901 is #43B6FE. Grayscale: #636363. Windows color (decimal): -4437759 or 84412. OLE color: 84412.

HSL color Cylindrical-coordinate representation of color #BC4901: hue angle of 23.1º 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 #BC4901 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 73 1 -
CMYK 0 0.61 0.99 0.26
HSL 23.1º 0.99% 0.37% -
HSV(B) 23.1º 0.99% 0.74% -
XYZ 23.13 15.46 1.79 -
YUV 99.18 72.6 191.35 -
System Red Green Blue C M Y K H S L
Decimal 188 73 1 0 0.61 0.99 0.26 23.1 0.99 0.37
Hex BC 49 1 0 3D 63 1A 17 63 25
Octal 274 111 1 0 75 143 32 27 143 45
Binary 10111100 1001001 1 0 111101 1100011 11010 10111 1100011 100101

Color Harmonies of #BC4901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4901

Black with #BC4901

Text Example


Text Example

White with #BC4901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4901; }

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

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

background-color css

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

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

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

border-color css

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

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

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