Html Css Color HEX #B04101 Rust

📋 copy color: '#B04101'

red 176 ◦ green 65 ◦ blue 1

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

Shades of Rust #B04101

Tints of Rust #B04101

RGB

 RED value IS 176 (69.14% from 255) = 72.73%

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

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

R = 72.73%
G = 26.86%
B = 0.41%

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

#B04101 (or 0xB04101) is known color: Rust. HEX triplet: B0, 41 and 01. RGB value is (176,65,1). Sum of RGB (Red+Green+Blue) = 176+65+1=242 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.73% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 176 - color contains mainly: red. Hex color #B04101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04101 is #4FBEFE. Grayscale: #5B5B5B. Windows color (decimal): -5226239 or 82352. OLE color: 82352.

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

Color convert

RGB 176 65 1 -
CMYK 0 0.63 0.99 0.31
HSL 21.94º 0.99% 0.35% -
HSV(B) 21.94º 0.99% 0.69% -
XYZ 19.8 13.01 1.5 -
YUV 90.89 77.27 188.7 -
System Red Green Blue C M Y K H S L
Decimal 176 65 1 0 0.63 0.99 0.31 21.94 0.99 0.35
Hex B0 41 1 0 3F 63 1F 16 63 23
Octal 260 101 1 0 77 143 37 26 143 43
Binary 10110000 1000001 1 0 111111 1100011 11111 10110 1100011 100011

Color Harmonies of #B04101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04101

Black with #B04101

Text Example


Text Example

White with #B04101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04101; }

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

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

background-color css

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

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

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

border-color css

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

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

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