Html Css Color HEX #B25504 Rust

📋 copy color: '#B25504'

red 178 ◦ green 85 ◦ blue 4

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

Shades of Rust #B25504

Tints of Rust #B25504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.5%

R = 66.67%
G = 31.84%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B25504 (or 0xB25504) is known color: Rust. HEX triplet: B2, 55 and 04. RGB value is (178,85,4). Sum of RGB (Red+Green+Blue) = 178+85+4=267 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.67% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 178 - color contains mainly: red. Hex color #B25504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25504 is #4DAAFB. Grayscale: #676767. Windows color (decimal): -5090044 or 284082. OLE color: 284082.

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

Color convert

RGB 178 85 4 -
CMYK 0 0.52 0.98 0.30
HSL 27.93º 0.96% 0.36% -
HSV(B) 27.93º 0.98% 0.7% -
XYZ 21.63 15.97 2.06 -
YUV 103.57 71.81 181.09 -
System Red Green Blue C M Y K H S L
Decimal 178 85 4 0 0.52 0.98 0.30 27.93 0.96 0.36
Hex B2 55 4 0 34 62 1E 1C 60 24
Octal 262 125 4 0 64 142 36 34 140 44
Binary 10110010 1010101 100 0 110100 1100010 11110 11100 1100000 100100

Color Harmonies of #B25504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25504

Black with #B25504

Text Example


Text Example

White with #B25504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25504; }

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

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

background-color css

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

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

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

border-color css

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

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

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