Html Css Color HEX #B25203 Rust

📋 copy color: '#B25203'

red 178 ◦ green 82 ◦ blue 3

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

Shades of Rust #B25203

Tints of Rust #B25203

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.18%

 BLUE value IS 3 (1.56% from 255) = 1.14%

R = 67.68%
G = 31.18%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B25203 (or 0xB25203) is known color: Rust. HEX triplet: B2, 52 and 03. RGB value is (178,82,3). Sum of RGB (Red+Green+Blue) = 178+82+3=263 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.68% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 178 - color contains mainly: red. Hex color #B25203 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25203 is #4DADFC. Grayscale: #666666. Windows color (decimal): -5090813 or 217778. OLE color: 217778.

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

Color convert

RGB 178 82 3 -
CMYK 0 0.54 0.98 0.30
HSL 27.09º 0.97% 0.35% -
HSV(B) 27.09º 0.98% 0.7% -
XYZ 21.39 15.51 1.95 -
YUV 101.7 72.3 182.42 -
System Red Green Blue C M Y K H S L
Decimal 178 82 3 0 0.54 0.98 0.30 27.09 0.97 0.35
Hex B2 52 3 0 36 62 1E 1B 61 23
Octal 262 122 3 0 66 142 36 33 141 43
Binary 10110010 1010010 11 0 110110 1100010 11110 11011 1100001 100011

Color Harmonies of #B25203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25203

Black with #B25203

Text Example


Text Example

White with #B25203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25203; }

 p { color: rgb(178,82,3); }

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

background-color css

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

 a { background-color: rgb(178,82,3); }

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

border-color css

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

 span { border-color: rgb(178,82,3); }

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