Html Css Color HEX #B74401 Rust

📋 copy color: '#B74401'

red 183 ◦ green 68 ◦ blue 1

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

Shades of Rust #B74401

Tints of Rust #B74401

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.98%

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

R = 72.62%
G = 26.98%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B74401 (or 0xB74401) is known color: Rust. HEX triplet: B7, 44 and 01. RGB value is (183,68,1). Sum of RGB (Red+Green+Blue) = 183+68+1=252 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.62% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 183 - color contains mainly: red. Hex color #B74401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74401 is #48BBFE. Grayscale: #5F5F5F. Windows color (decimal): -4766719 or 83127. OLE color: 83127.

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

Color convert

RGB 183 68 1 -
CMYK 0 0.63 0.99 0.28
HSL 22.09º 0.99% 0.36% -
HSV(B) 22.09º 0.99% 0.72% -
XYZ 21.6 14.2 1.63 -
YUV 94.75 75.1 190.95 -
System Red Green Blue C M Y K H S L
Decimal 183 68 1 0 0.63 0.99 0.28 22.09 0.99 0.36
Hex B7 44 1 0 3F 63 1C 16 63 24
Octal 267 104 1 0 77 143 34 26 143 44
Binary 10110111 1000100 1 0 111111 1100011 11100 10110 1100011 100100

Color Harmonies of #B74401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74401

Black with #B74401

Text Example


Text Example

White with #B74401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74401; }

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

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

background-color css

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

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

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

border-color css

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

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

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