Html Css Color HEX #B25307 Rust

📋 copy color: '#B25307'

red 178 ◦ green 83 ◦ blue 7

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

Shades of Rust #B25307

Tints of Rust #B25307

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.97%

 BLUE value IS 7 (3.13% from 255) = 2.61%

R = 66.42%
G = 30.97%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B25307 (or 0xB25307) is known color: Rust. HEX triplet: B2, 53 and 07. RGB value is (178,83,7). Sum of RGB (Red+Green+Blue) = 178+83+7=268 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.42% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 7 (3.12% from 255 or 2.61% from 268); Max value from RGB is 178 - color contains mainly: red. Hex color #B25307 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25307 is #4DACF8. Grayscale: #676767. Windows color (decimal): -5090553 or 480178. OLE color: 480178.

HSL color Cylindrical-coordinate representation of color #B25307: hue angle of 26.67º degrees, saturation: 0.92, 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 #B25307 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 83 7 -
CMYK 0 0.53 0.96 0.30
HSL 26.67º 0.92% 0.36% -
HSV(B) 26.67º 0.96% 0.7% -
XYZ 21.49 15.67 2.09 -
YUV 102.74 73.97 181.68 -
System Red Green Blue C M Y K H S L
Decimal 178 83 7 0 0.53 0.96 0.30 26.67 0.92 0.36
Hex B2 53 7 0 35 60 1E 1B 5C 24
Octal 262 123 7 0 65 140 36 33 134 44
Binary 10110010 1010011 111 0 110101 1100000 11110 11011 1011100 100100

Color Harmonies of #B25307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25307

Black with #B25307

Text Example


Text Example

White with #B25307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25307; }

 p { color: rgb(178,83,7); }

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

background-color css

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

 a { background-color: rgb(178,83,7); }

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

border-color css

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

 span { border-color: rgb(178,83,7); }

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