Html Css Color HEX #B14404 Rust

📋 copy color: '#B14404'

red 177 ◦ green 68 ◦ blue 4

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

Shades of Rust #B14404

Tints of Rust #B14404

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.31%

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

R = 71.08%
G = 27.31%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B14404 (or 0xB14404) is known color: Rust. HEX triplet: B1, 44 and 04. RGB value is (177,68,4). Sum of RGB (Red+Green+Blue) = 177+68+4=249 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.08% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 177 - color contains mainly: red. Hex color #B14404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14404 is #4EBBFB. Grayscale: #5D5D5D. Windows color (decimal): -5159932 or 279729. OLE color: 279729.

HSL color Cylindrical-coordinate representation of color #B14404: hue angle of 22.2º 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 #B14404 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 68 4 -
CMYK 0 0.62 0.98 0.31
HSL 22.2º 0.96% 0.35% -
HSV(B) 22.2º 0.98% 0.69% -
XYZ 20.22 13.49 1.65 -
YUV 93.3 77.61 187.7 -
System Red Green Blue C M Y K H S L
Decimal 177 68 4 0 0.62 0.98 0.31 22.2 0.96 0.35
Hex B1 44 4 0 3E 62 1F 16 60 23
Octal 261 104 4 0 76 142 37 26 140 43
Binary 10110001 1000100 100 0 111110 1100010 11111 10110 1100000 100011

Color Harmonies of #B14404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14404

Black with #B14404

Text Example


Text Example

White with #B14404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14404; }

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

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

background-color css

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

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

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

border-color css

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

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

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