Html Css Color HEX #B74122 Rust

📋 copy color: '#B74122'

red 183 ◦ green 65 ◦ blue 34

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

Shades of Rust #B74122

Tints of Rust #B74122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.06%

R = 64.89%
G = 23.05%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B74122 (or 0xB74122) is known color: Rust. HEX triplet: B7, 41 and 22. RGB value is (183,65,34). Sum of RGB (Red+Green+Blue) = 183+65+34=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B74122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74122 is #48BEDD. Grayscale: #606060. Windows color (decimal): -4767454 or 2245047. OLE color: 2245047.

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

Color convert

RGB 183 65 34 -
CMYK 0 0.64 0.81 0.28
HSL 12.48º 0.69% 0.43% -
HSV(B) 12.48º 0.81% 0.72% -
XYZ 21.71 13.96 3.06 -
YUV 96.75 92.59 189.52 -
System Red Green Blue C M Y K H S L
Decimal 183 65 34 0 0.64 0.81 0.28 12.48 0.69 0.43
Hex B7 41 22 0 40 51 1C C 45 2B
Octal 267 101 42 0 100 121 34 14 105 53
Binary 10110111 1000001 100010 0 1000000 1010001 11100 1100 1000101 101011

Color Harmonies of #B74122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74122

Black with #B74122

Text Example


Text Example

White with #B74122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74122; }

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

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

background-color css

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

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

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

border-color css

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

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

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