Html Css Color HEX #B25005 Rust

📋 copy color: '#B25005'

red 178 ◦ green 80 ◦ blue 5

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

Shades of Rust #B25005

Tints of Rust #B25005

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.42%

 BLUE value IS 5 (2.34% from 255) = 1.9%

R = 67.68%
G = 30.42%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B25005 (or 0xB25005) is known color: Rust. HEX triplet: B2, 50 and 05. RGB value is (178,80,5). Sum of RGB (Red+Green+Blue) = 178+80+5=263 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.68% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 178 - color contains mainly: red. Hex color #B25005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25005 is #4DAFFA. Grayscale: #656565. Windows color (decimal): -5091323 or 348338. OLE color: 348338.

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

Color convert

RGB 178 80 5 -
CMYK 0 0.55 0.97 0.30
HSL 26.01º 0.95% 0.36% -
HSV(B) 26.01º 0.97% 0.7% -
XYZ 21.26 15.21 1.96 -
YUV 100.75 73.97 183.1 -
System Red Green Blue C M Y K H S L
Decimal 178 80 5 0 0.55 0.97 0.30 26.01 0.95 0.36
Hex B2 50 5 0 37 61 1E 1A 5F 24
Octal 262 120 5 0 67 141 36 32 137 44
Binary 10110010 1010000 101 0 110111 1100001 11110 11010 1011111 100100

Color Harmonies of #B25005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25005

Black with #B25005

Text Example


Text Example

White with #B25005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25005; }

 p { color: rgb(178,80,5); }

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

background-color css

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

 a { background-color: rgb(178,80,5); }

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

border-color css

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

 span { border-color: rgb(178,80,5); }

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