Html Css Color HEX #B25413 Rust

📋 copy color: '#B25413'

red 178 ◦ green 84 ◦ blue 19

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

Shades of Rust #B25413

Tints of Rust #B25413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.89%

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

R = 63.35%
G = 29.89%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B25413 (or 0xB25413) is known color: Rust. HEX triplet: B2, 54 and 13. RGB value is (178,84,19). Sum of RGB (Red+Green+Blue) = 178+84+19=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B25413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25413 is #4DABEC. Grayscale: #696969. Windows color (decimal): -5090285 or 1266866. OLE color: 1266866.

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

Color convert

RGB 178 84 19 -
CMYK 0 0.53 0.89 0.30
HSL 24.53º 0.81% 0.39% -
HSV(B) 24.53º 0.89% 0.7% -
XYZ 21.65 15.85 2.53 -
YUV 104.7 79.64 180.29 -
System Red Green Blue C M Y K H S L
Decimal 178 84 19 0 0.53 0.89 0.30 24.53 0.81 0.39
Hex B2 54 13 0 35 59 1E 19 51 27
Octal 262 124 23 0 65 131 36 31 121 47
Binary 10110010 1010100 10011 0 110101 1011001 11110 11001 1010001 100111

Color Harmonies of #B25413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25413

Black with #B25413

Text Example


Text Example

White with #B25413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25413; }

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

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

background-color css

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

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

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

border-color css

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

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

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