Html Css Color HEX #B14802 Rust

📋 copy color: '#B14802'

red 177 ◦ green 72 ◦ blue 2

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

Shades of Rust #B14802

Tints of Rust #B14802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.69%

 BLUE value IS 2 (1.17% from 255) = 0.8%

R = 70.52%
G = 28.69%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B14802 (or 0xB14802) is known color: Rust. HEX triplet: B1, 48 and 02. RGB value is (177,72,2). Sum of RGB (Red+Green+Blue) = 177+72+2=251 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.52% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 177 - color contains mainly: red. Hex color #B14802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14802 is #4EB7FD. Grayscale: #5F5F5F. Windows color (decimal): -5158910 or 149681. OLE color: 149681.

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

Color convert

RGB 177 72 2 -
CMYK 0 0.59 0.99 0.31
HSL 24º 0.98% 0.35% -
HSV(B) 24º 0.99% 0.69% -
XYZ 20.46 13.99 1.68 -
YUV 95.42 75.29 186.19 -
System Red Green Blue C M Y K H S L
Decimal 177 72 2 0 0.59 0.99 0.31 24 0.98 0.35
Hex B1 48 2 0 3B 63 1F 18 62 23
Octal 261 110 2 0 73 143 37 30 142 43
Binary 10110001 1001000 10 0 111011 1100011 11111 11000 1100010 100011

Color Harmonies of #B14802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14802

Black with #B14802

Text Example


Text Example

White with #B14802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14802; }

 p { color: rgb(177,72,2); }

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

background-color css

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

 a { background-color: rgb(177,72,2); }

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

border-color css

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

 span { border-color: rgb(177,72,2); }

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