Html Css Color HEX #BC3B05 Rust

📋 copy color: '#BC3B05'

red 188 ◦ green 59 ◦ blue 5

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

Shades of Rust #BC3B05

Tints of Rust #BC3B05

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.41%

 BLUE value IS 5 (2.34% from 255) = 1.98%

R = 74.6%
G = 23.41%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC3B05 (or 0xBC3B05) is known color: Rust. HEX triplet: BC, 3B and 05. RGB value is (188,59,5). Sum of RGB (Red+Green+Blue) = 188+59+5=252 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.60% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3B05 is #43C4FA. Grayscale: #5B5B5B. Windows color (decimal): -4441339 or 342972. OLE color: 342972.

HSL color Cylindrical-coordinate representation of color #BC3B05: hue angle of 17.7º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC3B05 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 59 5 -
CMYK 0 0.69 0.97 0.26
HSL 17.7º 0.95% 0.38% -
HSV(B) 17.7º 0.97% 0.74% -
XYZ 22.33 13.83 1.64 -
YUV 91.42 79.24 196.89 -
System Red Green Blue C M Y K H S L
Decimal 188 59 5 0 0.69 0.97 0.26 17.7 0.95 0.38
Hex BC 3B 5 0 45 61 1A 12 5F 26
Octal 274 73 5 0 105 141 32 22 137 46
Binary 10111100 111011 101 0 1000101 1100001 11010 10010 1011111 100110

Color Harmonies of #BC3B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3B05

Black with #BC3B05

Text Example


Text Example

White with #BC3B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3B05; }

 p { color: rgb(188,59,5); }

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

background-color css

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

 a { background-color: rgb(188,59,5); }

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

border-color css

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

 span { border-color: rgb(188,59,5); }

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