Html Css Color HEX #B14102 Rust

📋 copy color: '#B14102'

red 177 ◦ green 65 ◦ blue 2

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

Shades of Rust #B14102

Tints of Rust #B14102

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.64%

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

R = 72.54%
G = 26.64%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B14102 (or 0xB14102) is known color: Rust. HEX triplet: B1, 41 and 02. RGB value is (177,65,2). Sum of RGB (Red+Green+Blue) = 177+65+2=244 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.54% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 177 - color contains mainly: red. Hex color #B14102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14102 is #4EBEFD. Grayscale: #5B5B5B. Windows color (decimal): -5160702 or 147889. OLE color: 147889.

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

Color convert

RGB 177 65 2 -
CMYK 0 0.63 0.99 0.31
HSL 21.6º 0.98% 0.35% -
HSV(B) 21.6º 0.99% 0.69% -
XYZ 20.03 13.13 1.54 -
YUV 91.31 77.61 189.12 -
System Red Green Blue C M Y K H S L
Decimal 177 65 2 0 0.63 0.99 0.31 21.6 0.98 0.35
Hex B1 41 2 0 3F 63 1F 16 62 23
Octal 261 101 2 0 77 143 37 26 142 43
Binary 10110001 1000001 10 0 111111 1100011 11111 10110 1100010 100011

Color Harmonies of #B14102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14102

Black with #B14102

Text Example


Text Example

White with #B14102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14102; }

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

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

background-color css

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

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

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

border-color css

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

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

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