Html Css Color HEX #B25613 Rust

📋 copy color: '#B25613'

red 178 ◦ green 86 ◦ blue 19

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

Shades of Rust #B25613

Tints of Rust #B25613

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.39%

 BLUE value IS 19 (7.81% from 255) = 6.71%

R = 62.9%
G = 30.39%
B = 6.71%

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

#B25613 (or 0xB25613) is known color: Rust. HEX triplet: B2, 56 and 13. RGB value is (178,86,19). Sum of RGB (Red+Green+Blue) = 178+86+19=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B25613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25613 is #4DA9EC. Grayscale: #6A6A6A. Windows color (decimal): -5089773 or 1267378. OLE color: 1267378.

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

Color convert

RGB 178 86 19 -
CMYK 0 0.52 0.89 0.30
HSL 25.28º 0.81% 0.39% -
HSV(B) 25.28º 0.89% 0.7% -
XYZ 21.81 16.17 2.59 -
YUV 105.87 78.98 179.45 -
System Red Green Blue C M Y K H S L
Decimal 178 86 19 0 0.52 0.89 0.30 25.28 0.81 0.39
Hex B2 56 13 0 34 59 1E 19 51 27
Octal 262 126 23 0 64 131 36 31 121 47
Binary 10110010 1010110 10011 0 110100 1011001 11110 11001 1010001 100111

Color Harmonies of #B25613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25613

Black with #B25613

Text Example


Text Example

White with #B25613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25613; }

 p { color: rgb(178,86,19); }

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

background-color css

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

 a { background-color: rgb(178,86,19); }

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

border-color css

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

 span { border-color: rgb(178,86,19); }

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