Html Css Color HEX #B34A02 Rust

📋 copy color: '#B34A02'

red 179 ◦ green 74 ◦ blue 2

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

Shades of Rust #B34A02

Tints of Rust #B34A02

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.02%

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

R = 70.2%
G = 29.02%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B34A02 (or 0xB34A02) is known color: Rust. HEX triplet: B3, 4A and 02. RGB value is (179,74,2). Sum of RGB (Red+Green+Blue) = 179+74+2=255 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.20% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34A02 is #4CB5FD. Grayscale: #616161. Windows color (decimal): -5027326 or 150195. OLE color: 150195.

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

Color convert

RGB 179 74 2 -
CMYK 0 0.59 0.99 0.30
HSL 24.41º 0.98% 0.35% -
HSV(B) 24.41º 0.99% 0.7% -
XYZ 21.05 14.49 1.74 -
YUV 97.19 74.29 186.35 -
System Red Green Blue C M Y K H S L
Decimal 179 74 2 0 0.59 0.99 0.30 24.41 0.98 0.35
Hex B3 4A 2 0 3B 63 1E 18 62 23
Octal 263 112 2 0 73 143 36 30 142 43
Binary 10110011 1001010 10 0 111011 1100011 11110 11000 1100010 100011

Color Harmonies of #B34A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34A02

Black with #B34A02

Text Example


Text Example

White with #B34A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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