Html Css Color HEX #B74E0A Rust

📋 copy color: '#B74E0A'

red 183 ◦ green 78 ◦ blue 10

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

Shades of Rust #B74E0A

Tints of Rust #B74E0A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.78%

 BLUE value IS 10 (4.3% from 255) = 3.69%

R = 67.53%
G = 28.78%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B74E0A (or 0xB74E0A) is known color: Rust. HEX triplet: B7, 4E and 0A. RGB value is (183,78,10). Sum of RGB (Red+Green+Blue) = 183+78+10=271 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.53% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B74E0A is #48B1F5. Grayscale: #666666. Windows color (decimal): -4764150 or 675511. OLE color: 675511.

HSL color Cylindrical-coordinate representation of color #B74E0A: hue angle of 23.58º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B74E0A is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 78 10 -
CMYK 0 0.57 0.95 0.28
HSL 23.58º 0.9% 0.38% -
HSV(B) 23.58º 0.95% 0.72% -
XYZ 22.31 15.54 2.11 -
YUV 101.64 76.29 186.03 -
System Red Green Blue C M Y K H S L
Decimal 183 78 10 0 0.57 0.95 0.28 23.58 0.9 0.38
Hex B7 4E A 0 39 5F 1C 18 5A 26
Octal 267 116 12 0 71 137 34 30 132 46
Binary 10110111 1001110 1010 0 111001 1011111 11100 11000 1011010 100110

Color Harmonies of #B74E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74E0A

Black with #B74E0A

Text Example


Text Example

White with #B74E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74E0A; }

 p { color: rgb(183,78,10); }

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

background-color css

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

 a { background-color: rgb(183,78,10); }

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

border-color css

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

 span { border-color: rgb(183,78,10); }

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