Html Css Color HEX #B74106 Rust

📋 copy color: '#B74106'

red 183 ◦ green 65 ◦ blue 6

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

Shades of Rust #B74106

Tints of Rust #B74106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.36%

R = 72.05%
G = 25.59%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B74106 (or 0xB74106) is known color: Rust. HEX triplet: B7, 41 and 06. RGB value is (183,65,6). Sum of RGB (Red+Green+Blue) = 183+65+6=254 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.05% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 183 - color contains mainly: red. Hex color #B74106 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74106 is #48BEF9. Grayscale: #5D5D5D. Windows color (decimal): -4767482 or 410039. OLE color: 410039.

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

Color convert

RGB 183 65 6 -
CMYK 0 0.64 0.97 0.28
HSL 20º 0.94% 0.37% -
HSV(B) 20º 0.97% 0.72% -
XYZ 21.45 13.86 1.72 -
YUV 93.56 78.59 191.8 -
System Red Green Blue C M Y K H S L
Decimal 183 65 6 0 0.64 0.97 0.28 20 0.94 0.37
Hex B7 41 6 0 40 61 1C 14 5E 25
Octal 267 101 6 0 100 141 34 24 136 45
Binary 10110111 1000001 110 0 1000000 1100001 11100 10100 1011110 100101

Color Harmonies of #B74106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74106

Black with #B74106

Text Example


Text Example

White with #B74106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74106; }

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

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

background-color css

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

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

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

border-color css

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

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

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