Html Css Color HEX #B74213 Rust

📋 copy color: '#B74213'

red 183 ◦ green 66 ◦ blue 19

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

Shades of Rust #B74213

Tints of Rust #B74213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.09%

R = 68.28%
G = 24.63%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B74213 (or 0xB74213) is known color: Rust. HEX triplet: B7, 42 and 13. RGB value is (183,66,19). Sum of RGB (Red+Green+Blue) = 183+66+19=268 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.28% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 183 - color contains mainly: red. Hex color #B74213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74213 is #48BDEC. Grayscale: #5F5F5F. Windows color (decimal): -4767213 or 1262263. OLE color: 1262263.

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

Color convert

RGB 183 66 19 -
CMYK 0 0.64 0.90 0.28
HSL 17.2º 0.81% 0.4% -
HSV(B) 17.2º 0.9% 0.72% -
XYZ 21.59 14.01 2.18 -
YUV 95.63 84.76 190.32 -
System Red Green Blue C M Y K H S L
Decimal 183 66 19 0 0.64 0.90 0.28 17.2 0.81 0.4
Hex B7 42 13 0 40 5A 1C 11 51 28
Octal 267 102 23 0 100 132 34 21 121 50
Binary 10110111 1000010 10011 0 1000000 1011010 11100 10001 1010001 101000

Color Harmonies of #B74213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74213

Black with #B74213

Text Example


Text Example

White with #B74213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74213; }

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

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

background-color css

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

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

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

border-color css

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

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

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