Html Css Color HEX #B74B1E Rust

📋 copy color: '#B74B1E'

red 183 ◦ green 75 ◦ blue 30

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

Shades of Rust #B74B1E

Tints of Rust #B74B1E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.04%

 BLUE value IS 30 (12.11% from 255) = 10.42%

R = 63.54%
G = 26.04%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B74B1E (or 0xB74B1E) is known color: Rust. HEX triplet: B7, 4B and 1E. RGB value is (183,75,30). Sum of RGB (Red+Green+Blue) = 183+75+30=288 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.54% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74B1E is #48B4E1. Grayscale: #666666. Windows color (decimal): -4764898 or 1985463. OLE color: 1985463.

HSL color Cylindrical-coordinate representation of color #B74B1E: hue angle of 17.65º degrees, saturation: 0.72, 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 #B74B1E is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 75 30 -
CMYK 0 0.59 0.84 0.28
HSL 17.65º 0.72% 0.42% -
HSV(B) 17.65º 0.84% 0.72% -
XYZ 22.28 15.19 2.99 -
YUV 102.16 87.28 185.66 -
System Red Green Blue C M Y K H S L
Decimal 183 75 30 0 0.59 0.84 0.28 17.65 0.72 0.42
Hex B7 4B 1E 0 3B 54 1C 12 48 2A
Octal 267 113 36 0 73 124 34 22 110 52
Binary 10110111 1001011 11110 0 111011 1010100 11100 10010 1001000 101010

Color Harmonies of #B74B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74B1E

Black with #B74B1E

Text Example


Text Example

White with #B74B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74B1E; }

 p { color: rgb(183,75,30); }

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

background-color css

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

 a { background-color: rgb(183,75,30); }

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

border-color css

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

 span { border-color: rgb(183,75,30); }

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