Html Css Color HEX #B14411 Rust

📋 copy color: '#B14411'

red 177 ◦ green 68 ◦ blue 17

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

Shades of Rust #B14411

Tints of Rust #B14411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.49%

R = 67.56%
G = 25.95%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B14411 (or 0xB14411) is known color: Rust. HEX triplet: B1, 44 and 11. RGB value is (177,68,17). Sum of RGB (Red+Green+Blue) = 177+68+17=262 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.56% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 177 - color contains mainly: red. Hex color #B14411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14411 is #4EBBEE. Grayscale: #5F5F5F. Windows color (decimal): -5159919 or 1131697. OLE color: 1131697.

HSL color Cylindrical-coordinate representation of color #B14411: hue angle of 19.12º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B14411 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 68 17 -
CMYK 0 0.62 0.90 0.31
HSL 19.13º 0.82% 0.38% -
HSV(B) 19.13º 0.9% 0.69% -
XYZ 20.3 13.52 2.07 -
YUV 94.78 84.11 186.65 -
System Red Green Blue C M Y K H S L
Decimal 177 68 17 0 0.62 0.90 0.31 19.13 0.82 0.38
Hex B1 44 11 0 3E 5A 1F 13 52 26
Octal 261 104 21 0 76 132 37 23 122 46
Binary 10110001 1000100 10001 0 111110 1011010 11111 10011 1010010 100110

Color Harmonies of #B14411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14411

Black with #B14411

Text Example


Text Example

White with #B14411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14411; }

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

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

background-color css

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

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

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

border-color css

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

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

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