Html Css Color HEX #B34503 Rust

📋 copy color: '#B34503'

red 179 ◦ green 69 ◦ blue 3

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

Shades of Rust #B34503

Tints of Rust #B34503

RGB

 RED value IS 179 (70.31% from 255) = 71.31%

 GREEN value IS 69 (27.34% from 255) = 27.49%

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

R = 71.31%
G = 27.49%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B34503 (or 0xB34503) is known color: Rust. HEX triplet: B3, 45 and 03. RGB value is (179,69,3). Sum of RGB (Red+Green+Blue) = 179+69+3=251 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.31% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 179 - color contains mainly: red. Hex color #B34503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34503 is #4CBAFC. Grayscale: #5E5E5E. Windows color (decimal): -5028605 or 214451. OLE color: 214451.

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

Color convert

RGB 179 69 3 -
CMYK 0 0.61 0.98 0.30
HSL 22.5º 0.97% 0.36% -
HSV(B) 22.5º 0.98% 0.7% -
XYZ 20.73 13.85 1.67 -
YUV 94.37 76.44 188.37 -
System Red Green Blue C M Y K H S L
Decimal 179 69 3 0 0.61 0.98 0.30 22.5 0.97 0.36
Hex B3 45 3 0 3D 62 1E 16 61 24
Octal 263 105 3 0 75 142 36 26 141 44
Binary 10110011 1000101 11 0 111101 1100010 11110 10110 1100001 100100

Color Harmonies of #B34503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34503

Black with #B34503

Text Example


Text Example

White with #B34503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34503; }

 p { color: rgb(179,69,3); }

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

background-color css

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

 a { background-color: rgb(179,69,3); }

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

border-color css

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

 span { border-color: rgb(179,69,3); }

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