Html Css Color HEX #B14C01 Rust

📋 copy color: '#B14C01'

red 177 ◦ green 76 ◦ blue 1

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

Shades of Rust #B14C01

Tints of Rust #B14C01

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.92%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 69.69%
G = 29.92%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B14C01 (or 0xB14C01) is known color: Rust. HEX triplet: B1, 4C and 01. RGB value is (177,76,1). Sum of RGB (Red+Green+Blue) = 177+76+1=254 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.69% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14C01 is #4EB3FE. Grayscale: #626262. Windows color (decimal): -5157887 or 85169. OLE color: 85169.

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

Color convert

RGB 177 76 1 -
CMYK 0 0.57 0.99 0.31
HSL 25.57º 0.99% 0.35% -
HSV(B) 25.57º 0.99% 0.69% -
XYZ 20.72 14.52 1.74 -
YUV 97.65 73.46 184.6 -
System Red Green Blue C M Y K H S L
Decimal 177 76 1 0 0.57 0.99 0.31 25.57 0.99 0.35
Hex B1 4C 1 0 39 63 1F 1A 63 23
Octal 261 114 1 0 71 143 37 32 143 43
Binary 10110001 1001100 1 0 111001 1100011 11111 11010 1100011 100011

Color Harmonies of #B14C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14C01

Black with #B14C01

Text Example


Text Example

White with #B14C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14C01; }

 p { color: rgb(177,76,1); }

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

background-color css

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

 a { background-color: rgb(177,76,1); }

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

border-color css

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

 span { border-color: rgb(177,76,1); }

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