Html Css Color HEX #B25813 Rust

📋 copy color: '#B25813'

red 178 ◦ green 88 ◦ blue 19

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

Shades of Rust #B25813

Tints of Rust #B25813

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.88%

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

R = 62.46%
G = 30.88%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B25813 (or 0xB25813) is known color: Rust. HEX triplet: B2, 58 and 13. RGB value is (178,88,19). Sum of RGB (Red+Green+Blue) = 178+88+19=285 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.46% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 178 - color contains mainly: red. Hex color #B25813 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25813 is #4DA7EC. Grayscale: #6B6B6B. Windows color (decimal): -5089261 or 1267890. OLE color: 1267890.

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

Color convert

RGB 178 88 19 -
CMYK 0 0.51 0.89 0.30
HSL 26.04º 0.81% 0.39% -
HSV(B) 26.04º 0.89% 0.7% -
XYZ 21.97 16.49 2.64 -
YUV 107.04 78.32 178.61 -
System Red Green Blue C M Y K H S L
Decimal 178 88 19 0 0.51 0.89 0.30 26.04 0.81 0.39
Hex B2 58 13 0 33 59 1E 1A 51 27
Octal 262 130 23 0 63 131 36 32 121 47
Binary 10110010 1011000 10011 0 110011 1011001 11110 11010 1010001 100111

Color Harmonies of #B25813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25813

Black with #B25813

Text Example


Text Example

White with #B25813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25813; }

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

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

background-color css

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

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

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

border-color css

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

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

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