Html Css Color HEX #B74108 Rust

📋 copy color: '#B74108'

red 183 ◦ green 65 ◦ blue 8

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

Shades of Rust #B74108

Tints of Rust #B74108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.13%

R = 71.48%
G = 25.39%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B74108 (or 0xB74108) is known color: Rust. HEX triplet: B7, 41 and 08. RGB value is (183,65,8). Sum of RGB (Red+Green+Blue) = 183+65+8=256 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.48% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 183 - color contains mainly: red. Hex color #B74108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74108 is #48BEF7. Grayscale: #5E5E5E. Windows color (decimal): -4767480 or 541111. OLE color: 541111.

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

Color convert

RGB 183 65 8 -
CMYK 0 0.64 0.96 0.28
HSL 19.54º 0.92% 0.37% -
HSV(B) 19.54º 0.96% 0.72% -
XYZ 21.46 13.87 1.77 -
YUV 93.78 79.59 191.63 -
System Red Green Blue C M Y K H S L
Decimal 183 65 8 0 0.64 0.96 0.28 19.54 0.92 0.37
Hex B7 41 8 0 40 60 1C 14 5C 25
Octal 267 101 10 0 100 140 34 24 134 45
Binary 10110111 1000001 1000 0 1000000 1100000 11100 10100 1011100 100101

Color Harmonies of #B74108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74108

Black with #B74108

Text Example


Text Example

White with #B74108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74108; }

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

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

background-color css

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

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

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

border-color css

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

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

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