Html Css Color HEX #B25403 Rust

📋 copy color: '#B25403'

red 178 ◦ green 84 ◦ blue 3

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

Shades of Rust #B25403

Tints of Rust #B25403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.13%

R = 67.17%
G = 31.7%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B25403 (or 0xB25403) is known color: Rust. HEX triplet: B2, 54 and 03. RGB value is (178,84,3). Sum of RGB (Red+Green+Blue) = 178+84+3=265 (35% of max value = 765). Red value is 178 (69.92% from 255 or 67.17% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 178 - color contains mainly: red. Hex color #B25403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25403 is #4DABFC. Grayscale: #676767. Windows color (decimal): -5090301 or 218290. OLE color: 218290.

HSL color Cylindrical-coordinate representation of color #B25403: hue angle of 27.77º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B25403 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 84 3 -
CMYK 0 0.53 0.98 0.30
HSL 27.77º 0.97% 0.35% -
HSV(B) 27.77º 0.98% 0.7% -
XYZ 21.55 15.81 2 -
YUV 102.87 71.64 181.59 -
System Red Green Blue C M Y K H S L
Decimal 178 84 3 0 0.53 0.98 0.30 27.77 0.97 0.35
Hex B2 54 3 0 35 62 1E 1C 61 23
Octal 262 124 3 0 65 142 36 34 141 43
Binary 10110010 1010100 11 0 110101 1100010 11110 11100 1100001 100011

Color Harmonies of #B25403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25403

Black with #B25403

Text Example


Text Example

White with #B25403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25403; }

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

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

background-color css

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

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

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

border-color css

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

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

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