Html Css Color HEX #B14704 Rust

📋 copy color: '#B14704'

red 177 ◦ green 71 ◦ blue 4

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

Shades of Rust #B14704

Tints of Rust #B14704

RGB

 RED value IS 177 (69.53% from 255) = 70.24%

 GREEN value IS 71 (28.13% from 255) = 28.17%

 BLUE value IS 4 (1.95% from 255) = 1.59%

R = 70.24%
G = 28.17%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B14704 (or 0xB14704) is known color: Rust. HEX triplet: B1, 47 and 04. RGB value is (177,71,4). Sum of RGB (Red+Green+Blue) = 177+71+4=252 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.24% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 177 - color contains mainly: red. Hex color #B14704 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14704 is #4EB8FB. Grayscale: #5F5F5F. Windows color (decimal): -5159164 or 280497. OLE color: 280497.

HSL color Cylindrical-coordinate representation of color #B14704: hue angle of 23.24º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B14704 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 71 4 -
CMYK 0 0.60 0.98 0.31
HSL 23.24º 0.96% 0.35% -
HSV(B) 23.24º 0.98% 0.69% -
XYZ 20.41 13.86 1.72 -
YUV 95.06 76.62 186.45 -
System Red Green Blue C M Y K H S L
Decimal 177 71 4 0 0.60 0.98 0.31 23.24 0.96 0.35
Hex B1 47 4 0 3C 62 1F 17 60 23
Octal 261 107 4 0 74 142 37 27 140 43
Binary 10110001 1000111 100 0 111100 1100010 11111 10111 1100000 100011

Color Harmonies of #B14704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14704

Black with #B14704

Text Example


Text Example

White with #B14704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14704; }

 p { color: rgb(177,71,4); }

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

background-color css

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

 a { background-color: rgb(177,71,4); }

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

border-color css

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

 span { border-color: rgb(177,71,4); }

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