Html Css Color HEX #B74403 Rust

📋 copy color: '#B74403'

red 183 ◦ green 68 ◦ blue 3

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

Shades of Rust #B74403

Tints of Rust #B74403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.18%

R = 72.05%
G = 26.77%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B74403 (or 0xB74403) is known color: Rust. HEX triplet: B7, 44 and 03. RGB value is (183,68,3). Sum of RGB (Red+Green+Blue) = 183+68+3=254 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.05% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 183 - color contains mainly: red. Hex color #B74403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74403 is #48BBFC. Grayscale: #5F5F5F. Windows color (decimal): -4766717 or 214199. OLE color: 214199.

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

Color convert

RGB 183 68 3 -
CMYK 0 0.63 0.98 0.28
HSL 21.67º 0.97% 0.36% -
HSV(B) 21.67º 0.98% 0.72% -
XYZ 21.61 14.21 1.69 -
YUV 94.98 76.1 190.79 -
System Red Green Blue C M Y K H S L
Decimal 183 68 3 0 0.63 0.98 0.28 21.67 0.97 0.36
Hex B7 44 3 0 3F 62 1C 16 61 24
Octal 267 104 3 0 77 142 34 26 141 44
Binary 10110111 1000100 11 0 111111 1100010 11100 10110 1100001 100100

Color Harmonies of #B74403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74403

Black with #B74403

Text Example


Text Example

White with #B74403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74403; }

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

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

background-color css

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

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

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

border-color css

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

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

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