Html Css Color HEX #B34003 Rust

📋 copy color: '#B34003'

red 179 ◦ green 64 ◦ blue 3

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

Shades of Rust #B34003

Tints of Rust #B34003

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.02%

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

R = 72.76%
G = 26.02%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B34003 (or 0xB34003) is known color: Rust. HEX triplet: B3, 40 and 03. RGB value is (179,64,3). Sum of RGB (Red+Green+Blue) = 179+64+3=246 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.76% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 3 (1.56% from 255 or 1.22% from 246); Max value from RGB is 179 - color contains mainly: red. Hex color #B34003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34003 is #4CBFFC. Grayscale: #5B5B5B. Windows color (decimal): -5029885 or 213171. OLE color: 213171.

HSL color Cylindrical-coordinate representation of color #B34003: hue angle of 20.8º 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 #B34003 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 64 3 -
CMYK 0 0.64 0.98 0.30
HSL 20.8º 0.97% 0.36% -
HSV(B) 20.8º 0.98% 0.7% -
XYZ 20.44 13.26 1.57 -
YUV 91.43 78.1 190.46 -
System Red Green Blue C M Y K H S L
Decimal 179 64 3 0 0.64 0.98 0.30 20.8 0.97 0.36
Hex B3 40 3 0 40 62 1E 15 61 24
Octal 263 100 3 0 100 142 36 25 141 44
Binary 10110011 1000000 11 0 1000000 1100010 11110 10101 1100001 100100

Color Harmonies of #B34003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34003

Black with #B34003

Text Example


Text Example

White with #B34003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34003; }

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

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

background-color css

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

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

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

border-color css

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

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

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