Html Css Color HEX #B34B02 Rust

📋 copy color: '#B34B02'

red 179 ◦ green 75 ◦ blue 2

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

Shades of Rust #B34B02

Tints of Rust #B34B02

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.3%

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

R = 69.92%
G = 29.3%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B34B02 (or 0xB34B02) is known color: Rust. HEX triplet: B3, 4B and 02. RGB value is (179,75,2). Sum of RGB (Red+Green+Blue) = 179+75+2=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B34B02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34B02 is #4CB4FD. Grayscale: #626262. Windows color (decimal): -5027070 or 150451. OLE color: 150451.

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

Color convert

RGB 179 75 2 -
CMYK 0 0.58 0.99 0.30
HSL 24.75º 0.98% 0.35% -
HSV(B) 24.75º 0.99% 0.7% -
XYZ 21.12 14.62 1.77 -
YUV 97.77 73.96 185.94 -
System Red Green Blue C M Y K H S L
Decimal 179 75 2 0 0.58 0.99 0.30 24.75 0.98 0.35
Hex B3 4B 2 0 3A 63 1E 19 62 23
Octal 263 113 2 0 72 143 36 31 142 43
Binary 10110011 1001011 10 0 111010 1100011 11110 11001 1100010 100011

Color Harmonies of #B34B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34B02

Black with #B34B02

Text Example


Text Example

White with #B34B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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