Html Css Color HEX #B74C01 Rust

📋 copy color: '#B74C01'

red 183 ◦ green 76 ◦ blue 1

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

Shades of Rust #B74C01

Tints of Rust #B74C01

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.23%

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

R = 70.38%
G = 29.23%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B74C01 (or 0xB74C01) is known color: Rust. HEX triplet: B7, 4C and 01. RGB value is (183,76,1). Sum of RGB (Red+Green+Blue) = 183+76+1=260 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.38% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74C01 is #48B3FE. Grayscale: #636363. Windows color (decimal): -4764671 or 85175. OLE color: 85175.

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

Color convert

RGB 183 76 1 -
CMYK 0 0.58 0.99 0.28
HSL 24.73º 0.99% 0.36% -
HSV(B) 24.73º 0.99% 0.72% -
XYZ 22.12 15.24 1.8 -
YUV 99.44 72.45 187.6 -
System Red Green Blue C M Y K H S L
Decimal 183 76 1 0 0.58 0.99 0.28 24.73 0.99 0.36
Hex B7 4C 1 0 3A 63 1C 19 63 24
Octal 267 114 1 0 72 143 34 31 143 44
Binary 10110111 1001100 1 0 111010 1100011 11100 11001 1100011 100100

Color Harmonies of #B74C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74C01

Black with #B74C01

Text Example


Text Example

White with #B74C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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