Html Css Color HEX #B14315 Rust

📋 copy color: '#B14315'

red 177 ◦ green 67 ◦ blue 21

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

Shades of Rust #B14315

Tints of Rust #B14315

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.28%

 BLUE value IS 21 (8.59% from 255) = 7.92%

R = 66.79%
G = 25.28%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B14315 (or 0xB14315) is known color: Rust. HEX triplet: B1, 43 and 15. RGB value is (177,67,21). Sum of RGB (Red+Green+Blue) = 177+67+21=265 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.79% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 177 - color contains mainly: red. Hex color #B14315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14315 is #4EBCEA. Grayscale: #5E5E5E. Windows color (decimal): -5160171 or 1393585. OLE color: 1393585.

HSL color Cylindrical-coordinate representation of color #B14315: hue angle of 17.69º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B14315 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 67 21 -
CMYK 0 0.62 0.88 0.31
HSL 17.69º 0.79% 0.39% -
HSV(B) 17.69º 0.88% 0.69% -
XYZ 20.27 13.42 2.23 -
YUV 94.65 86.44 186.74 -
System Red Green Blue C M Y K H S L
Decimal 177 67 21 0 0.62 0.88 0.31 17.69 0.79 0.39
Hex B1 43 15 0 3E 58 1F 12 4F 27
Octal 261 103 25 0 76 130 37 22 117 47
Binary 10110001 1000011 10101 0 111110 1011000 11111 10010 1001111 100111

Color Harmonies of #B14315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14315

Black with #B14315

Text Example


Text Example

White with #B14315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14315; }

 p { color: rgb(177,67,21); }

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

background-color css

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

 a { background-color: rgb(177,67,21); }

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

border-color css

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

 span { border-color: rgb(177,67,21); }

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