Html Css Color HEX #B1450E Rust

📋 copy color: '#B1450E'

red 177 ◦ green 69 ◦ blue 14

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

Shades of Rust #B1450E

Tints of Rust #B1450E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.38%

R = 68.08%
G = 26.54%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B1450E (or 0xB1450E) is known color: Rust. HEX triplet: B1, 45 and 0E. RGB value is (177,69,14). Sum of RGB (Red+Green+Blue) = 177+69+14=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B1450E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1450E is #4EBAF1. Grayscale: #5F5F5F. Windows color (decimal): -5159666 or 935345. OLE color: 935345.

HSL color Cylindrical-coordinate representation of color #B1450E: hue angle of 20.25º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1450E is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 69 14 -
CMYK 0 0.61 0.92 0.31
HSL 20.25º 0.85% 0.37% -
HSV(B) 20.25º 0.92% 0.69% -
XYZ 20.34 13.64 1.98 -
YUV 95.02 82.28 186.47 -
System Red Green Blue C M Y K H S L
Decimal 177 69 14 0 0.61 0.92 0.31 20.25 0.85 0.37
Hex B1 45 E 0 3D 5C 1F 14 55 25
Octal 261 105 16 0 75 134 37 24 125 45
Binary 10110001 1000101 1110 0 111101 1011100 11111 10100 1010101 100101

Color Harmonies of #B1450E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1450E

Black with #B1450E

Text Example


Text Example

White with #B1450E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1450E; }

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

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

background-color css

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

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

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

border-color css

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

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

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