Html Css Color HEX #B74F01 Rust

📋 copy color: '#B74F01'

red 183 ◦ green 79 ◦ blue 1

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

Shades of Rust #B74F01

Tints of Rust #B74F01

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.04%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 69.58%
G = 30.04%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B74F01 (or 0xB74F01) is known color: Rust. HEX triplet: B7, 4F and 01. RGB value is (183,79,1). Sum of RGB (Red+Green+Blue) = 183+79+1=263 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.58% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B74F01 is #48B0FE. Grayscale: #656565. Windows color (decimal): -4763903 or 85943. OLE color: 85943.

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

Color convert

RGB 183 79 1 -
CMYK 0 0.57 0.99 0.28
HSL 25.71º 0.99% 0.36% -
HSV(B) 25.71º 0.99% 0.72% -
XYZ 22.33 15.66 1.87 -
YUV 101.2 71.46 186.34 -
System Red Green Blue C M Y K H S L
Decimal 183 79 1 0 0.57 0.99 0.28 25.71 0.99 0.36
Hex B7 4F 1 0 39 63 1C 1A 63 24
Octal 267 117 1 0 71 143 34 32 143 44
Binary 10110111 1001111 1 0 111001 1100011 11100 11010 1100011 100100

Color Harmonies of #B74F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74F01

Black with #B74F01

Text Example


Text Example

White with #B74F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74F01; }

 p { color: rgb(183,79,1); }

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

background-color css

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

 a { background-color: rgb(183,79,1); }

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

border-color css

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

 span { border-color: rgb(183,79,1); }

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