Html Css Color HEX #B34203 Rust

📋 copy color: '#B34203'

red 179 ◦ green 66 ◦ blue 3

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

Shades of Rust #B34203

Tints of Rust #B34203

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.61%

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

R = 72.18%
G = 26.61%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B34203 (or 0xB34203) is known color: Rust. HEX triplet: B3, 42 and 03. RGB value is (179,66,3). Sum of RGB (Red+Green+Blue) = 179+66+3=248 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.18% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 179 - color contains mainly: red. Hex color #B34203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34203 is #4CBDFC. Grayscale: #5C5C5C. Windows color (decimal): -5029373 or 213683. OLE color: 213683.

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

Color convert

RGB 179 66 3 -
CMYK 0 0.63 0.98 0.30
HSL 21.48º 0.97% 0.36% -
HSV(B) 21.48º 0.98% 0.7% -
XYZ 20.56 13.49 1.61 -
YUV 92.61 77.44 189.62 -
System Red Green Blue C M Y K H S L
Decimal 179 66 3 0 0.63 0.98 0.30 21.48 0.97 0.36
Hex B3 42 3 0 3F 62 1E 15 61 24
Octal 263 102 3 0 77 142 36 25 141 44
Binary 10110011 1000010 11 0 111111 1100010 11110 10101 1100001 100100

Color Harmonies of #B34203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34203

Black with #B34203

Text Example


Text Example

White with #B34203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34203; }

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

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

background-color css

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

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

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

border-color css

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

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

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