Html Css Color HEX #B25514 Rust

📋 copy color: '#B25514'

red 178 ◦ green 85 ◦ blue 20

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

Shades of Rust #B25514

Tints of Rust #B25514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.04%

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

R = 62.9%
G = 30.04%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B25514 (or 0xB25514) is known color: Rust. HEX triplet: B2, 55 and 14. RGB value is (178,85,20). Sum of RGB (Red+Green+Blue) = 178+85+20=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B25514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25514 is #4DAAEB. Grayscale: #696969. Windows color (decimal): -5090028 or 1332658. OLE color: 1332658.

HSL color Cylindrical-coordinate representation of color #B25514: hue angle of 24.68º 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 #B25514 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 85 20 -
CMYK 0 0.52 0.89 0.30
HSL 24.68º 0.8% 0.39% -
HSV(B) 24.68º 0.89% 0.7% -
XYZ 21.73 16.01 2.61 -
YUV 105.4 79.81 179.79 -
System Red Green Blue C M Y K H S L
Decimal 178 85 20 0 0.52 0.89 0.30 24.68 0.8 0.39
Hex B2 55 14 0 34 59 1E 19 50 27
Octal 262 125 24 0 64 131 36 31 120 47
Binary 10110010 1010101 10100 0 110100 1011001 11110 11001 1010000 100111

Color Harmonies of #B25514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25514

Black with #B25514

Text Example


Text Example

White with #B25514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25514; }

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

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

background-color css

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

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

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

border-color css

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

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

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