Html Css Color HEX #B25017 Rust

📋 copy color: '#B25017'

red 178 ◦ green 80 ◦ blue 23

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

Shades of Rust #B25017

Tints of Rust #B25017

RGB

 RED value IS 178 (69.92% from 255) = 63.35%

 GREEN value IS 80 (31.64% from 255) = 28.47%

 BLUE value IS 23 (9.38% from 255) = 8.19%

R = 63.35%
G = 28.47%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B25017 (or 0xB25017) is known color: Rust. HEX triplet: B2, 50 and 17. RGB value is (178,80,23). Sum of RGB (Red+Green+Blue) = 178+80+23=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B25017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25017 is #4DAFE8. Grayscale: #676767. Windows color (decimal): -5091305 or 1527986. OLE color: 1527986.

HSL color Cylindrical-coordinate representation of color #B25017: hue angle of 22.06º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B25017 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 80 23 -
CMYK 0 0.55 0.87 0.30
HSL 22.06º 0.77% 0.39% -
HSV(B) 22.06º 0.87% 0.7% -
XYZ 21.38 15.26 2.63 -
YUV 102.8 82.97 181.63 -
System Red Green Blue C M Y K H S L
Decimal 178 80 23 0 0.55 0.87 0.30 22.06 0.77 0.39
Hex B2 50 17 0 37 57 1E 16 4D 27
Octal 262 120 27 0 67 127 36 26 115 47
Binary 10110010 1010000 10111 0 110111 1010111 11110 10110 1001101 100111

Color Harmonies of #B25017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25017

Black with #B25017

Text Example


Text Example

White with #B25017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25017; }

 p { color: rgb(178,80,23); }

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

background-color css

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

 a { background-color: rgb(178,80,23); }

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

border-color css

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

 span { border-color: rgb(178,80,23); }

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