Html Css Color HEX #B25515 Rust

📋 copy color: '#B25515'

red 178 ◦ green 85 ◦ blue 21

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

Shades of Rust #B25515

Tints of Rust #B25515

RGB

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

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

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

R = 62.68%
G = 29.93%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B25515 (or 0xB25515) is known color: Rust. HEX triplet: B2, 55 and 15. RGB value is (178,85,21). Sum of RGB (Red+Green+Blue) = 178+85+21=284 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.68% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 178 - color contains mainly: red. Hex color #B25515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25515 is #4DAAEA. Grayscale: #696969. Windows color (decimal): -5090027 or 1398194. OLE color: 1398194.

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

Color convert

RGB 178 85 21 -
CMYK 0 0.52 0.88 0.30
HSL 24.46º 0.79% 0.39% -
HSV(B) 24.46º 0.88% 0.7% -
XYZ 21.74 16.02 2.65 -
YUV 105.51 80.31 179.7 -
System Red Green Blue C M Y K H S L
Decimal 178 85 21 0 0.52 0.88 0.30 24.46 0.79 0.39
Hex B2 55 15 0 34 58 1E 18 4F 27
Octal 262 125 25 0 64 130 36 30 117 47
Binary 10110010 1010101 10101 0 110100 1011000 11110 11000 1001111 100111

Color Harmonies of #B25515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25515

Black with #B25515

Text Example


Text Example

White with #B25515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25515; }

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

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

background-color css

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

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

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

border-color css

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

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

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