Html Css Color HEX #B74101 Rust

📋 copy color: '#B74101'

red 183 ◦ green 65 ◦ blue 1

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

Shades of Rust #B74101

Tints of Rust #B74101

RGB

 RED value IS 183 (71.88% from 255) = 73.49%

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

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

R = 73.49%
G = 26.1%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B74101 (or 0xB74101) is known color: Rust. HEX triplet: B7, 41 and 01. RGB value is (183,65,1). Sum of RGB (Red+Green+Blue) = 183+65+1=249 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.49% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 183 - color contains mainly: red. Hex color #B74101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74101 is #48BEFE. Grayscale: #5D5D5D. Windows color (decimal): -4767487 or 82359. OLE color: 82359.

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

Color convert

RGB 183 65 1 -
CMYK 0 0.64 0.99 0.28
HSL 21.1º 0.99% 0.36% -
HSV(B) 21.1º 0.99% 0.72% -
XYZ 21.42 13.85 1.57 -
YUV 92.99 76.09 192.2 -
System Red Green Blue C M Y K H S L
Decimal 183 65 1 0 0.64 0.99 0.28 21.1 0.99 0.36
Hex B7 41 1 0 40 63 1C 15 63 24
Octal 267 101 1 0 100 143 34 25 143 44
Binary 10110111 1000001 1 0 1000000 1100011 11100 10101 1100011 100100

Color Harmonies of #B74101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74101

Black with #B74101

Text Example


Text Example

White with #B74101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74101; }

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

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

background-color css

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

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

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

border-color css

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

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

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