Html Css Color HEX #B73601 Rust

📋 copy color: '#B73601'

red 183 ◦ green 54 ◦ blue 1

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

Shades of Rust #B73601

Tints of Rust #B73601

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.69%

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

R = 76.89%
G = 22.69%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B73601 (or 0xB73601) is known color: Rust. HEX triplet: B7, 36 and 01. RGB value is (183,54,1). Sum of RGB (Red+Green+Blue) = 183+54+1=238 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.89% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 183 - color contains mainly: red. Hex color #B73601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73601 is #48C9FE. Grayscale: #565656. Windows color (decimal): -4770303 or 79543. OLE color: 79543.

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

Color convert

RGB 183 54 1 -
CMYK 0 0.70 0.99 0.28
HSL 17.47º 0.99% 0.36% -
HSV(B) 17.47º 0.99% 0.72% -
XYZ 20.85 12.71 1.38 -
YUV 86.53 79.74 196.81 -
System Red Green Blue C M Y K H S L
Decimal 183 54 1 0 0.70 0.99 0.28 17.47 0.99 0.36
Hex B7 36 1 0 46 63 1C 11 63 24
Octal 267 66 1 0 106 143 34 21 143 44
Binary 10110111 110110 1 0 1000110 1100011 11100 10001 1100011 100100

Color Harmonies of #B73601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73601

Black with #B73601

Text Example


Text Example

White with #B73601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73601; }

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

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

background-color css

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

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

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

border-color css

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

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

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