Html Css Color HEX #B14F03 Rust

📋 copy color: '#B14F03'

red 177 ◦ green 79 ◦ blue 3

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

Shades of Rust #B14F03

Tints of Rust #B14F03

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.5%

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

R = 68.34%
G = 30.5%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B14F03 (or 0xB14F03) is known color: Rust. HEX triplet: B1, 4F and 03. RGB value is (177,79,3). Sum of RGB (Red+Green+Blue) = 177+79+3=259 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.34% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 177 - color contains mainly: red. Hex color #B14F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B14F03 is #4EB0FC. Grayscale: #646464. Windows color (decimal): -5157117 or 217009. OLE color: 217009.

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

Color convert

RGB 177 79 3 -
CMYK 0 0.55 0.98 0.31
HSL 26.21º 0.97% 0.35% -
HSV(B) 26.21º 0.98% 0.69% -
XYZ 20.94 14.95 1.87 -
YUV 99.64 73.47 183.18 -
System Red Green Blue C M Y K H S L
Decimal 177 79 3 0 0.55 0.98 0.31 26.21 0.97 0.35
Hex B1 4F 3 0 37 62 1F 1A 61 23
Octal 261 117 3 0 67 142 37 32 141 43
Binary 10110001 1001111 11 0 110111 1100010 11111 11010 1100001 100011

Color Harmonies of #B14F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14F03

Black with #B14F03

Text Example


Text Example

White with #B14F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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