Html Css Color HEX #B04103 Rust

📋 copy color: '#B04103'

red 176 ◦ green 65 ◦ blue 3

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

Shades of Rust #B04103

Tints of Rust #B04103

RGB

 RED value IS 176 (69.14% from 255) = 72.13%

 GREEN value IS 65 (25.78% from 255) = 26.64%

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

R = 72.13%
G = 26.64%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B04103 (or 0xB04103) is known color: Rust. HEX triplet: B0, 41 and 03. RGB value is (176,65,3). Sum of RGB (Red+Green+Blue) = 176+65+3=244 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.13% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 176 - color contains mainly: red. Hex color #B04103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04103 is #4FBEFC. Grayscale: #5B5B5B. Windows color (decimal): -5226237 or 213424. OLE color: 213424.

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

Color convert

RGB 176 65 3 -
CMYK 0 0.63 0.98 0.31
HSL 21.5º 0.97% 0.35% -
HSV(B) 21.5º 0.98% 0.69% -
XYZ 19.81 13.02 1.55 -
YUV 91.12 78.27 188.54 -
System Red Green Blue C M Y K H S L
Decimal 176 65 3 0 0.63 0.98 0.31 21.5 0.97 0.35
Hex B0 41 3 0 3F 62 1F 16 61 23
Octal 260 101 3 0 77 142 37 26 141 43
Binary 10110000 1000001 11 0 111111 1100010 11111 10110 1100001 100011

Color Harmonies of #B04103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04103

Black with #B04103

Text Example


Text Example

White with #B04103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04103; }

 p { color: rgb(176,65,3); }

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

background-color css

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

 a { background-color: rgb(176,65,3); }

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

border-color css

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

 span { border-color: rgb(176,65,3); }

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