Html Css Color HEX #B14403 Rust

📋 copy color: '#B14403'

red 177 ◦ green 68 ◦ blue 3

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

Shades of Rust #B14403

Tints of Rust #B14403

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.42%

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

R = 71.37%
G = 27.42%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B14403 (or 0xB14403) is known color: Rust. HEX triplet: B1, 44 and 03. RGB value is (177,68,3). Sum of RGB (Red+Green+Blue) = 177+68+3=248 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.37% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 177 - color contains mainly: red. Hex color #B14403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14403 is #4EBBFC. Grayscale: #5D5D5D. Windows color (decimal): -5159933 or 214193. OLE color: 214193.

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

Color convert

RGB 177 68 3 -
CMYK 0 0.62 0.98 0.31
HSL 22.41º 0.97% 0.35% -
HSV(B) 22.41º 0.98% 0.69% -
XYZ 20.22 13.49 1.62 -
YUV 93.18 77.11 187.79 -
System Red Green Blue C M Y K H S L
Decimal 177 68 3 0 0.62 0.98 0.31 22.41 0.97 0.35
Hex B1 44 3 0 3E 62 1F 16 61 23
Octal 261 104 3 0 76 142 37 26 141 43
Binary 10110001 1000100 11 0 111110 1100010 11111 10110 1100001 100011

Color Harmonies of #B14403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14403

Black with #B14403

Text Example


Text Example

White with #B14403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14403; }

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

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

background-color css

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

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

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

border-color css

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

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

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