Html Css Color HEX #B34101 Rust

📋 copy color: '#B34101'

red 179 ◦ green 65 ◦ blue 1

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

Shades of Rust #B34101

Tints of Rust #B34101

RGB

 RED value IS 179 (70.31% from 255) = 73.06%

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

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

R = 73.06%
G = 26.53%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B34101 (or 0xB34101) is known color: Rust. HEX triplet: B3, 41 and 01. RGB value is (179,65,1). Sum of RGB (Red+Green+Blue) = 179+65+1=245 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.06% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 179 - color contains mainly: red. Hex color #B34101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34101 is #4CBEFE. Grayscale: #5C5C5C. Windows color (decimal): -5029631 or 82355. OLE color: 82355.

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

Color convert

RGB 179 65 1 -
CMYK 0 0.64 0.99 0.30
HSL 21.57º 0.99% 0.35% -
HSV(B) 21.57º 0.99% 0.7% -
XYZ 20.49 13.37 1.53 -
YUV 91.79 76.77 190.2 -
System Red Green Blue C M Y K H S L
Decimal 179 65 1 0 0.64 0.99 0.30 21.57 0.99 0.35
Hex B3 41 1 0 40 63 1E 16 63 23
Octal 263 101 1 0 100 143 36 26 143 43
Binary 10110011 1000001 1 0 1000000 1100011 11110 10110 1100011 100011

Color Harmonies of #B34101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34101

Black with #B34101

Text Example


Text Example

White with #B34101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34101; }

 p { color: rgb(179,65,1); }

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

background-color css

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

 a { background-color: rgb(179,65,1); }

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

border-color css

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

 span { border-color: rgb(179,65,1); }

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