Html Css Color HEX #B14203 Rust

📋 copy color: '#B14203'

red 177 ◦ green 66 ◦ blue 3

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

Shades of Rust #B14203

Tints of Rust #B14203

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.83%

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

R = 71.95%
G = 26.83%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B14203 (or 0xB14203) is known color: Rust. HEX triplet: B1, 42 and 03. RGB value is (177,66,3). Sum of RGB (Red+Green+Blue) = 177+66+3=246 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.95% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 3 (1.56% from 255 or 1.22% from 246); Max value from RGB is 177 - color contains mainly: red. Hex color #B14203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14203 is #4EBDFC. Grayscale: #5C5C5C. Windows color (decimal): -5160445 or 213681. OLE color: 213681.

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

Color convert

RGB 177 66 3 -
CMYK 0 0.63 0.98 0.31
HSL 21.72º 0.97% 0.35% -
HSV(B) 21.72º 0.98% 0.69% -
XYZ 20.1 13.25 1.58 -
YUV 92.01 77.77 188.62 -
System Red Green Blue C M Y K H S L
Decimal 177 66 3 0 0.63 0.98 0.31 21.72 0.97 0.35
Hex B1 42 3 0 3F 62 1F 16 61 23
Octal 261 102 3 0 77 142 37 26 141 43
Binary 10110001 1000010 11 0 111111 1100010 11111 10110 1100001 100011

Color Harmonies of #B14203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14203

Black with #B14203

Text Example


Text Example

White with #B14203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14203; }

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

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

background-color css

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

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

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

border-color css

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

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

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