Html Css Color HEX #B25103 Rust

📋 copy color: '#B25103'

red 178 ◦ green 81 ◦ blue 3

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

Shades of Rust #B25103

Tints of Rust #B25103

RGB

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

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

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

R = 67.94%
G = 30.92%
B = 1.15%

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

#B25103 (or 0xB25103) is known color: Rust. HEX triplet: B2, 51 and 03. RGB value is (178,81,3). Sum of RGB (Red+Green+Blue) = 178+81+3=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B25103 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25103 is #4DAEFC. Grayscale: #656565. Windows color (decimal): -5091069 or 217522. OLE color: 217522.

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

Color convert

RGB 178 81 3 -
CMYK 0 0.54 0.98 0.30
HSL 26.74º 0.97% 0.35% -
HSV(B) 26.74º 0.98% 0.7% -
XYZ 21.32 15.36 1.93 -
YUV 101.11 72.64 182.84 -
System Red Green Blue C M Y K H S L
Decimal 178 81 3 0 0.54 0.98 0.30 26.74 0.97 0.35
Hex B2 51 3 0 36 62 1E 1B 61 23
Octal 262 121 3 0 66 142 36 33 141 43
Binary 10110010 1010001 11 0 110110 1100010 11110 11011 1100001 100011

Color Harmonies of #B25103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25103

Black with #B25103

Text Example


Text Example

White with #B25103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25103; }

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

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

background-color css

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

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

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

border-color css

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

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

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