Html Css Color HEX #B14008 Rust

📋 copy color: '#B14008'

red 177 ◦ green 64 ◦ blue 8

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

Shades of Rust #B14008

Tints of Rust #B14008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.21%

R = 71.08%
G = 25.7%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B14008 (or 0xB14008) is known color: Rust. HEX triplet: B1, 40 and 08. RGB value is (177,64,8). Sum of RGB (Red+Green+Blue) = 177+64+8=249 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.08% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 177 - color contains mainly: red. Hex color #B14008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14008 is #4EBFF7. Grayscale: #5B5B5B. Windows color (decimal): -5160952 or 540849. OLE color: 540849.

HSL color Cylindrical-coordinate representation of color #B14008: hue angle of 19.88º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B14008 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 64 8 -
CMYK 0 0.64 0.95 0.31
HSL 19.88º 0.91% 0.36% -
HSV(B) 19.88º 0.95% 0.69% -
XYZ 20.01 13.03 1.69 -
YUV 91.4 80.94 189.05 -
System Red Green Blue C M Y K H S L
Decimal 177 64 8 0 0.64 0.95 0.31 19.88 0.91 0.36
Hex B1 40 8 0 40 5F 1F 14 5B 24
Octal 261 100 10 0 100 137 37 24 133 44
Binary 10110001 1000000 1000 0 1000000 1011111 11111 10100 1011011 100100

Color Harmonies of #B14008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14008

Black with #B14008

Text Example


Text Example

White with #B14008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14008; }

 p { color: rgb(177,64,8); }

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

background-color css

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

 a { background-color: rgb(177,64,8); }

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

border-color css

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

 span { border-color: rgb(177,64,8); }

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