Html Css Color HEX #B74A1D Rust

📋 copy color: '#B74A1D'

red 183 ◦ green 74 ◦ blue 29

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

Shades of Rust #B74A1D

Tints of Rust #B74A1D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.87%

 BLUE value IS 29 (11.72% from 255) = 10.14%

R = 63.99%
G = 25.87%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B74A1D (or 0xB74A1D) is known color: Rust. HEX triplet: B7, 4A and 1D. RGB value is (183,74,29). Sum of RGB (Red+Green+Blue) = 183+74+29=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B74A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74A1D is #48B5E2. Grayscale: #656565. Windows color (decimal): -4765155 or 1919671. OLE color: 1919671.

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

Color convert

RGB 183 74 29 -
CMYK 0 0.60 0.84 0.28
HSL 17.53º 0.73% 0.42% -
HSV(B) 17.53º 0.84% 0.72% -
XYZ 22.2 15.05 2.9 -
YUV 101.46 87.11 186.16 -
System Red Green Blue C M Y K H S L
Decimal 183 74 29 0 0.60 0.84 0.28 17.53 0.73 0.42
Hex B7 4A 1D 0 3C 54 1C 12 49 2A
Octal 267 112 35 0 74 124 34 22 111 52
Binary 10110111 1001010 11101 0 111100 1010100 11100 10010 1001001 101010

Color Harmonies of #B74A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74A1D

Black with #B74A1D

Text Example


Text Example

White with #B74A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74A1D; }

 p { color: rgb(183,74,29); }

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

background-color css

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

 a { background-color: rgb(183,74,29); }

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

border-color css

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

 span { border-color: rgb(183,74,29); }

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