Html Css Color HEX #B14508 Rust

📋 copy color: '#B14508'

red 177 ◦ green 69 ◦ blue 8

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

Shades of Rust #B14508

Tints of Rust #B14508

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.17%

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

R = 69.69%
G = 27.17%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B14508 (or 0xB14508) is known color: Rust. HEX triplet: B1, 45 and 08. RGB value is (177,69,8). Sum of RGB (Red+Green+Blue) = 177+69+8=254 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.69% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 177 - color contains mainly: red. Hex color #B14508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14508 is #4EBAF7. Grayscale: #5E5E5E. Windows color (decimal): -5159672 or 542129. OLE color: 542129.

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

Color convert

RGB 177 69 8 -
CMYK 0 0.61 0.95 0.31
HSL 21.66º 0.91% 0.36% -
HSV(B) 21.66º 0.95% 0.69% -
XYZ 20.3 13.62 1.79 -
YUV 94.34 79.28 186.96 -
System Red Green Blue C M Y K H S L
Decimal 177 69 8 0 0.61 0.95 0.31 21.66 0.91 0.36
Hex B1 45 8 0 3D 5F 1F 16 5B 24
Octal 261 105 10 0 75 137 37 26 133 44
Binary 10110001 1000101 1000 0 111101 1011111 11111 10110 1011011 100100

Color Harmonies of #B14508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14508

Black with #B14508

Text Example


Text Example

White with #B14508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14508; }

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

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

background-color css

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

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

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

border-color css

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

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

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