Html Css Color HEX #B14603 Rust

📋 copy color: '#B14603'

red 177 ◦ green 70 ◦ blue 3

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

Shades of Rust #B14603

Tints of Rust #B14603

RGB

 RED value IS 177 (69.53% from 255) = 70.8%

 GREEN value IS 70 (27.73% from 255) = 28%

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

R = 70.8%
G = 28%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B14603 (or 0xB14603) is known color: Rust. HEX triplet: B1, 46 and 03. RGB value is (177,70,3). Sum of RGB (Red+Green+Blue) = 177+70+3=250 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.8% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 177 - color contains mainly: red. Hex color #B14603 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14603 is #4EB9FC. Grayscale: #5E5E5E. Windows color (decimal): -5159421 or 214705. OLE color: 214705.

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

Color convert

RGB 177 70 3 -
CMYK 0 0.60 0.98 0.31
HSL 23.1º 0.97% 0.35% -
HSV(B) 23.1º 0.98% 0.69% -
XYZ 20.34 13.73 1.67 -
YUV 94.36 76.45 186.95 -
System Red Green Blue C M Y K H S L
Decimal 177 70 3 0 0.60 0.98 0.31 23.1 0.97 0.35
Hex B1 46 3 0 3C 62 1F 17 61 23
Octal 261 106 3 0 74 142 37 27 141 43
Binary 10110001 1000110 11 0 111100 1100010 11111 10111 1100001 100011

Color Harmonies of #B14603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14603

Black with #B14603

Text Example


Text Example

White with #B14603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14603; }

 p { color: rgb(177,70,3); }

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

background-color css

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

 a { background-color: rgb(177,70,3); }

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

border-color css

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

 span { border-color: rgb(177,70,3); }

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