Html Css Color HEX #B25008 Rust

📋 copy color: '#B25008'

red 178 ◦ green 80 ◦ blue 8

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

Shades of Rust #B25008

Tints of Rust #B25008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.01%

R = 66.92%
G = 30.08%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B25008 (or 0xB25008) is known color: Rust. HEX triplet: B2, 50 and 08. RGB value is (178,80,8). Sum of RGB (Red+Green+Blue) = 178+80+8=266 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.92% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 178 - color contains mainly: red. Hex color #B25008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25008 is #4DAFF7. Grayscale: #656565. Windows color (decimal): -5091320 or 544946. OLE color: 544946.

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

Color convert

RGB 178 80 8 -
CMYK 0 0.55 0.96 0.30
HSL 25.41º 0.91% 0.36% -
HSV(B) 25.41º 0.96% 0.7% -
XYZ 21.27 15.22 2.05 -
YUV 101.09 75.47 182.85 -
System Red Green Blue C M Y K H S L
Decimal 178 80 8 0 0.55 0.96 0.30 25.41 0.91 0.36
Hex B2 50 8 0 37 60 1E 19 5B 24
Octal 262 120 10 0 67 140 36 31 133 44
Binary 10110010 1010000 1000 0 110111 1100000 11110 11001 1011011 100100

Color Harmonies of #B25008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25008

Black with #B25008

Text Example


Text Example

White with #B25008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25008; }

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

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

background-color css

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

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

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

border-color css

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

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

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