Html Css Color HEX #B74221 Rust

📋 copy color: '#B74221'

red 183 ◦ green 66 ◦ blue 33

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

Shades of Rust #B74221

Tints of Rust #B74221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.7%

R = 64.89%
G = 23.4%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B74221 (or 0xB74221) is known color: Rust. HEX triplet: B7, 42 and 21. RGB value is (183,66,33). Sum of RGB (Red+Green+Blue) = 183+66+33=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B74221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74221 is #48BDDE. Grayscale: #616161. Windows color (decimal): -4767199 or 2179767. OLE color: 2179767.

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

Color convert

RGB 183 66 33 -
CMYK 0 0.64 0.82 0.28
HSL 13.2º 0.69% 0.42% -
HSV(B) 13.2º 0.82% 0.72% -
XYZ 21.75 14.07 3.01 -
YUV 97.22 91.76 189.18 -
System Red Green Blue C M Y K H S L
Decimal 183 66 33 0 0.64 0.82 0.28 13.2 0.69 0.42
Hex B7 42 21 0 40 52 1C D 45 2A
Octal 267 102 41 0 100 122 34 15 105 52
Binary 10110111 1000010 100001 0 1000000 1010010 11100 1101 1000101 101010

Color Harmonies of #B74221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74221

Black with #B74221

Text Example


Text Example

White with #B74221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74221; }

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

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

background-color css

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

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

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

border-color css

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

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

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