Html Css Color HEX #B74200 Rust

📋 copy color: '#B74200'

red 183 ◦ green 66 ◦ blue 0

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

Shades of Rust #B74200

Tints of Rust #B74200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.49%
G = 26.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B74200 (or 0xB74200) is known color: Rust. HEX triplet: B7, 42 and 00. RGB value is (183,66,0). Sum of RGB (Red+Green+Blue) = 183+66+0=249 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.49% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 183 - color contains mainly: red. Hex color #B74200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74200 is #48BDFF. Grayscale: #5D5D5D. Windows color (decimal): -4767232 or 17079. OLE color: 17079.

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

Color convert

RGB 183 66 0 -
CMYK 0 0.64 1 0.28
HSL 21.64º 1% 0.36% -
HSV(B) 21.64º 1% 0.72% -
XYZ 21.48 13.96 1.56 -
YUV 93.46 75.26 191.87 -
System Red Green Blue C M Y K H S L
Decimal 183 66 0 0 0.64 1 0.28 21.64 1 0.36
Hex B7 42 0 0 40 64 1C 16 64 24
Octal 267 102 0 0 100 144 34 26 144 44
Binary 10110111 1000010 0 0 1000000 1100100 11100 10110 1100100 100100

Color Harmonies of #B74200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74200

Black with #B74200

Text Example


Text Example

White with #B74200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74200; }

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

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

background-color css

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

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

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

border-color css

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

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

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