Html Css Color HEX #B74A0A Rust

📋 copy color: '#B74A0A'

red 183 ◦ green 74 ◦ blue 10

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

Shades of Rust #B74A0A

Tints of Rust #B74A0A

RGB

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

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

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

R = 68.54%
G = 27.72%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B74A0A (or 0xB74A0A) is known color: Rust. HEX triplet: B7, 4A and 0A. RGB value is (183,74,10). Sum of RGB (Red+Green+Blue) = 183+74+10=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B74A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74A0A is #48B5F5. Grayscale: #636363. Windows color (decimal): -4765174 or 674487. OLE color: 674487.

HSL color Cylindrical-coordinate representation of color #B74A0A: hue angle of 22.2º 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 #B74A0A is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 74 10 -
CMYK 0 0.60 0.95 0.28
HSL 22.2º 0.9% 0.38% -
HSV(B) 22.2º 0.95% 0.72% -
XYZ 22.03 14.99 2.02 -
YUV 99.3 77.61 187.7 -
System Red Green Blue C M Y K H S L
Decimal 183 74 10 0 0.60 0.95 0.28 22.2 0.9 0.38
Hex B7 4A A 0 3C 5F 1C 16 5A 26
Octal 267 112 12 0 74 137 34 26 132 46
Binary 10110111 1001010 1010 0 111100 1011111 11100 10110 1011010 100110

Color Harmonies of #B74A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74A0A

Black with #B74A0A

Text Example


Text Example

White with #B74A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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