Html Css Color HEX #B74B1A Rust

📋 copy color: '#B74B1A'

red 183 ◦ green 75 ◦ blue 26

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

Shades of Rust #B74B1A

Tints of Rust #B74B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.15%

R = 64.44%
G = 26.41%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B74B1A (or 0xB74B1A) is known color: Rust. HEX triplet: B7, 4B and 1A. RGB value is (183,75,26). Sum of RGB (Red+Green+Blue) = 183+75+26=284 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.44% from 284); Green value is 75 (29.69% from 255 or 26.41% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74B1A is #48B4E5. Grayscale: #666666. Windows color (decimal): -4764902 or 1723319. OLE color: 1723319.

HSL color Cylindrical-coordinate representation of color #B74B1A: hue angle of 18.73º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B74B1A is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 75 26 -
CMYK 0 0.59 0.86 0.28
HSL 18.73º 0.75% 0.41% -
HSV(B) 18.73º 0.86% 0.72% -
XYZ 22.23 15.17 2.73 -
YUV 101.71 85.28 185.98 -
System Red Green Blue C M Y K H S L
Decimal 183 75 26 0 0.59 0.86 0.28 18.73 0.75 0.41
Hex B7 4B 1A 0 3B 56 1C 13 4B 29
Octal 267 113 32 0 73 126 34 23 113 51
Binary 10110111 1001011 11010 0 111011 1010110 11100 10011 1001011 101001

Color Harmonies of #B74B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74B1A

Black with #B74B1A

Text Example


Text Example

White with #B74B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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