Html Css Color HEX #B25114 Rust

📋 copy color: '#B25114'

red 178 ◦ green 81 ◦ blue 20

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

Shades of Rust #B25114

Tints of Rust #B25114

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.03%

 BLUE value IS 20 (8.2% from 255) = 7.17%

R = 63.8%
G = 29.03%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B25114 (or 0xB25114) is known color: Rust. HEX triplet: B2, 51 and 14. RGB value is (178,81,20). Sum of RGB (Red+Green+Blue) = 178+81+20=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B25114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25114 is #4DAEEB. Grayscale: #676767. Windows color (decimal): -5091052 or 1331634. OLE color: 1331634.

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

Color convert

RGB 178 81 20 -
CMYK 0 0.54 0.89 0.30
HSL 23.16º 0.8% 0.39% -
HSV(B) 23.16º 0.89% 0.7% -
XYZ 21.43 15.4 2.5 -
YUV 103.05 81.14 181.46 -
System Red Green Blue C M Y K H S L
Decimal 178 81 20 0 0.54 0.89 0.30 23.16 0.8 0.39
Hex B2 51 14 0 36 59 1E 17 50 27
Octal 262 121 24 0 66 131 36 27 120 47
Binary 10110010 1010001 10100 0 110110 1011001 11110 10111 1010000 100111

Color Harmonies of #B25114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25114

Black with #B25114

Text Example


Text Example

White with #B25114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25114; }

 p { color: rgb(178,81,20); }

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

background-color css

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

 a { background-color: rgb(178,81,20); }

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

border-color css

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

 span { border-color: rgb(178,81,20); }

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