Html Css Color HEX #BC4222 Rust

📋 copy color: '#BC4222'

red 188 ◦ green 66 ◦ blue 34

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

Shades of Rust #BC4222

Tints of Rust #BC4222

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.92%

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

R = 65.28%
G = 22.92%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC4222 (or 0xBC4222) is known color: Rust. HEX triplet: BC, 42 and 22. RGB value is (188,66,34). Sum of RGB (Red+Green+Blue) = 188+66+34=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4222 is #43BDDD. Grayscale: #636363. Windows color (decimal): -4439518 or 2245308. OLE color: 2245308.

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

Color convert

RGB 188 66 34 -
CMYK 0 0.65 0.82 0.26
HSL 12.47º 0.69% 0.44% -
HSV(B) 12.47º 0.82% 0.74% -
XYZ 22.98 14.7 3.14 -
YUV 98.83 91.42 191.6 -
System Red Green Blue C M Y K H S L
Decimal 188 66 34 0 0.65 0.82 0.26 12.47 0.69 0.44
Hex BC 42 22 0 41 52 1A C 45 2C
Octal 274 102 42 0 101 122 32 14 105 54
Binary 10111100 1000010 100010 0 1000001 1010010 11010 1100 1000101 101100

Color Harmonies of #BC4222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4222

Black with #BC4222

Text Example


Text Example

White with #BC4222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4222; }

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

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

background-color css

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

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

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

border-color css

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

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

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