Html Css Color HEX #B74601 Rust

📋 copy color: '#B74601'

red 183 ◦ green 70 ◦ blue 1

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

Shades of Rust #B74601

Tints of Rust #B74601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.56%

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

R = 72.05%
G = 27.56%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B74601 (or 0xB74601) is known color: Rust. HEX triplet: B7, 46 and 01. RGB value is (183,70,1). Sum of RGB (Red+Green+Blue) = 183+70+1=254 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.05% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 183 - color contains mainly: red. Hex color #B74601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74601 is #48B9FE. Grayscale: #606060. Windows color (decimal): -4766207 or 83639. OLE color: 83639.

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

Color convert

RGB 183 70 1 -
CMYK 0 0.62 0.99 0.28
HSL 22.75º 0.99% 0.36% -
HSV(B) 22.75º 0.99% 0.72% -
XYZ 21.72 14.45 1.67 -
YUV 95.92 74.44 190.11 -
System Red Green Blue C M Y K H S L
Decimal 183 70 1 0 0.62 0.99 0.28 22.75 0.99 0.36
Hex B7 46 1 0 3E 63 1C 17 63 24
Octal 267 106 1 0 76 143 34 27 143 44
Binary 10110111 1000110 1 0 111110 1100011 11100 10111 1100011 100100

Color Harmonies of #B74601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74601

Black with #B74601

Text Example


Text Example

White with #B74601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74601; }

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

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

background-color css

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

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

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

border-color css

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

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

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