Html Css Color HEX #B14B03 Rust

📋 copy color: '#B14B03'

red 177 ◦ green 75 ◦ blue 3

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

Shades of Rust #B14B03

Tints of Rust #B14B03

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.41%

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

R = 69.41%
G = 29.41%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B14B03 (or 0xB14B03) is known color: Rust. HEX triplet: B1, 4B and 03. RGB value is (177,75,3). Sum of RGB (Red+Green+Blue) = 177+75+3=255 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.41% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 3 (1.56% from 255 or 1.18% from 255); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14B03 is #4EB4FC. Grayscale: #616161. Windows color (decimal): -5158141 or 215985. OLE color: 215985.

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

Color convert

RGB 177 75 3 -
CMYK 0 0.58 0.98 0.31
HSL 24.83º 0.97% 0.35% -
HSV(B) 24.83º 0.98% 0.69% -
XYZ 20.66 14.39 1.77 -
YUV 97.29 74.79 184.85 -
System Red Green Blue C M Y K H S L
Decimal 177 75 3 0 0.58 0.98 0.31 24.83 0.97 0.35
Hex B1 4B 3 0 3A 62 1F 19 61 23
Octal 261 113 3 0 72 142 37 31 141 43
Binary 10110001 1001011 11 0 111010 1100010 11111 11001 1100001 100011

Color Harmonies of #B14B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14B03

Black with #B14B03

Text Example


Text Example

White with #B14B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14B03; }

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

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

background-color css

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

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

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

border-color css

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

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

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