Html Css Color HEX #B14F02 Rust

📋 copy color: '#B14F02'

red 177 ◦ green 79 ◦ blue 2

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

Shades of Rust #B14F02

Tints of Rust #B14F02

RGB

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

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

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

R = 68.6%
G = 30.62%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B14F02 (or 0xB14F02) is known color: Rust. HEX triplet: B1, 4F and 02. RGB value is (177,79,2). Sum of RGB (Red+Green+Blue) = 177+79+2=258 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.60% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 177 - color contains mainly: red. Hex color #B14F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B14F02 is #4EB0FD. Grayscale: #636363. Windows color (decimal): -5157118 or 151473. OLE color: 151473.

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

Color convert

RGB 177 79 2 -
CMYK 0 0.55 0.99 0.31
HSL 26.4º 0.98% 0.35% -
HSV(B) 26.4º 0.99% 0.69% -
XYZ 20.94 14.94 1.84 -
YUV 99.52 72.97 183.26 -
System Red Green Blue C M Y K H S L
Decimal 177 79 2 0 0.55 0.99 0.31 26.4 0.98 0.35
Hex B1 4F 2 0 37 63 1F 1A 62 23
Octal 261 117 2 0 67 143 37 32 142 43
Binary 10110001 1001111 10 0 110111 1100011 11111 11010 1100010 100011

Color Harmonies of #B14F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14F02

Black with #B14F02

Text Example


Text Example

White with #B14F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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