Html Css Color HEX #B74201 Rust

📋 copy color: '#B74201'

red 183 ◦ green 66 ◦ blue 1

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

Shades of Rust #B74201

Tints of Rust #B74201

RGB

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

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

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

R = 73.2%
G = 26.4%
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

#B74201 (or 0xB74201) is known color: Rust. HEX triplet: B7, 42 and 01. RGB value is (183,66,1). Sum of RGB (Red+Green+Blue) = 183+66+1=250 (33% of max value = 765). Red value is 183 (71.88% from 255 or 73.2% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 183 - color contains mainly: red. Hex color #B74201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74201 is #48BDFE. Grayscale: #5D5D5D. Windows color (decimal): -4767231 or 82615. OLE color: 82615.

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

Color convert

RGB 183 66 1 -
CMYK 0 0.64 0.99 0.28
HSL 21.43º 0.99% 0.36% -
HSV(B) 21.43º 0.99% 0.72% -
XYZ 21.48 13.97 1.59 -
YUV 93.57 75.76 191.79 -
System Red Green Blue C M Y K H S L
Decimal 183 66 1 0 0.64 0.99 0.28 21.43 0.99 0.36
Hex B7 42 1 0 40 63 1C 15 63 24
Octal 267 102 1 0 100 143 34 25 143 44
Binary 10110111 1000010 1 0 1000000 1100011 11100 10101 1100011 100100

Color Harmonies of #B74201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74201

Black with #B74201

Text Example


Text Example

White with #B74201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74201; }

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

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

background-color css

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

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

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

border-color css

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

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

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