Html Css Color HEX #BC4022 Rust

📋 copy color: '#BC4022'

red 188 ◦ green 64 ◦ blue 34

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

Shades of Rust #BC4022

Tints of Rust #BC4022

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.38%

 BLUE value IS 34 (13.67% from 255) = 11.89%

R = 65.73%
G = 22.38%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC4022 (or 0xBC4022) is known color: Rust. HEX triplet: BC, 40 and 22. RGB value is (188,64,34). Sum of RGB (Red+Green+Blue) = 188+64+34=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 34 (13.67% from 255 or 11.89% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4022 is #43BFDD. Grayscale: #616161. Windows color (decimal): -4440030 or 2244796. OLE color: 2244796.

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

Color convert

RGB 188 64 34 -
CMYK 0 0.66 0.82 0.26
HSL 11.69º 0.69% 0.44% -
HSV(B) 11.69º 0.82% 0.74% -
XYZ 22.86 14.47 3.1 -
YUV 97.66 92.08 192.44 -
System Red Green Blue C M Y K H S L
Decimal 188 64 34 0 0.66 0.82 0.26 11.69 0.69 0.44
Hex BC 40 22 0 42 52 1A C 45 2C
Octal 274 100 42 0 102 122 32 14 105 54
Binary 10111100 1000000 100010 0 1000010 1010010 11010 1100 1000101 101100

Color Harmonies of #BC4022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4022

Black with #BC4022

Text Example


Text Example

White with #BC4022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4022; }

 p { color: rgb(188,64,34); }

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

background-color css

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

 a { background-color: rgb(188,64,34); }

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

border-color css

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

 span { border-color: rgb(188,64,34); }

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