Html Css Color HEX #B34302 Rust

📋 copy color: '#B34302'

red 179 ◦ green 67 ◦ blue 2

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

Shades of Rust #B34302

Tints of Rust #B34302

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.02%

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 72.18%
G = 27.02%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B34302 (or 0xB34302) is known color: Rust. HEX triplet: B3, 43 and 02. RGB value is (179,67,2). Sum of RGB (Red+Green+Blue) = 179+67+2=248 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.18% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 179 - color contains mainly: red. Hex color #B34302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34302 is #4CBCFD. Grayscale: #5D5D5D. Windows color (decimal): -5029118 or 148403. OLE color: 148403.

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

Color convert

RGB 179 67 2 -
CMYK 0 0.63 0.99 0.30
HSL 22.03º 0.98% 0.35% -
HSV(B) 22.03º 0.99% 0.7% -
XYZ 20.61 13.6 1.6 -
YUV 93.08 76.61 189.29 -
System Red Green Blue C M Y K H S L
Decimal 179 67 2 0 0.63 0.99 0.30 22.03 0.98 0.35
Hex B3 43 2 0 3F 63 1E 16 62 23
Octal 263 103 2 0 77 143 36 26 142 43
Binary 10110011 1000011 10 0 111111 1100011 11110 10110 1100010 100011

Color Harmonies of #B34302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34302

Black with #B34302

Text Example


Text Example

White with #B34302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34302; }

 p { color: rgb(179,67,2); }

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

background-color css

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

 a { background-color: rgb(179,67,2); }

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

border-color css

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

 span { border-color: rgb(179,67,2); }

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