Html Css Color HEX #B25006 Rust

📋 copy color: '#B25006'

red 178 ◦ green 80 ◦ blue 6

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

Shades of Rust #B25006

Tints of Rust #B25006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.27%

R = 67.42%
G = 30.3%
B = 2.27%

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

#B25006 (or 0xB25006) is known color: Rust. HEX triplet: B2, 50 and 06. RGB value is (178,80,6). Sum of RGB (Red+Green+Blue) = 178+80+6=264 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.42% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 178 - color contains mainly: red. Hex color #B25006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25006 is #4DAFF9. Grayscale: #656565. Windows color (decimal): -5091322 or 413874. OLE color: 413874.

HSL color Cylindrical-coordinate representation of color #B25006: hue angle of 25.81º degrees, saturation: 0.93, 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 #B25006 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 80 6 -
CMYK 0 0.55 0.97 0.30
HSL 25.81º 0.93% 0.36% -
HSV(B) 25.81º 0.97% 0.7% -
XYZ 21.26 15.22 1.99 -
YUV 100.87 74.47 183.02 -
System Red Green Blue C M Y K H S L
Decimal 178 80 6 0 0.55 0.97 0.30 25.81 0.93 0.36
Hex B2 50 6 0 37 61 1E 1A 5D 24
Octal 262 120 6 0 67 141 36 32 135 44
Binary 10110010 1010000 110 0 110111 1100001 11110 11010 1011101 100100

Color Harmonies of #B25006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25006

Black with #B25006

Text Example


Text Example

White with #B25006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25006; }

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

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

background-color css

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

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

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

border-color css

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

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

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