Html Css Color HEX #B25105 Rust

📋 copy color: '#B25105'

red 178 ◦ green 81 ◦ blue 5

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

Shades of Rust #B25105

Tints of Rust #B25105

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.68%

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

R = 67.42%
G = 30.68%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B25105 (or 0xB25105) is known color: Rust. HEX triplet: B2, 51 and 05. RGB value is (178,81,5). Sum of RGB (Red+Green+Blue) = 178+81+5=264 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.42% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 178 - color contains mainly: red. Hex color #B25105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25105 is #4DAEFA. Grayscale: #656565. Windows color (decimal): -5091067 or 348594. OLE color: 348594.

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

Color convert

RGB 178 81 5 -
CMYK 0 0.54 0.97 0.30
HSL 26.36º 0.95% 0.36% -
HSV(B) 26.36º 0.97% 0.7% -
XYZ 21.33 15.36 1.98 -
YUV 101.34 73.64 182.68 -
System Red Green Blue C M Y K H S L
Decimal 178 81 5 0 0.54 0.97 0.30 26.36 0.95 0.36
Hex B2 51 5 0 36 61 1E 1A 5F 24
Octal 262 121 5 0 66 141 36 32 137 44
Binary 10110010 1010001 101 0 110110 1100001 11110 11010 1011111 100100

Color Harmonies of #B25105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25105

Black with #B25105

Text Example


Text Example

White with #B25105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25105; }

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

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

background-color css

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

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

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

border-color css

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

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

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