Html Css Color HEX #B34002 Rust

📋 copy color: '#B34002'

red 179 ◦ green 64 ◦ blue 2

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

Shades of Rust #B34002

Tints of Rust #B34002

RGB

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

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

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

R = 73.06%
G = 26.12%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B34002 (or 0xB34002) is known color: Rust. HEX triplet: B3, 40 and 02. RGB value is (179,64,2). Sum of RGB (Red+Green+Blue) = 179+64+2=245 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.06% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 179 - color contains mainly: red. Hex color #B34002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34002 is #4CBFFD. Grayscale: #5B5B5B. Windows color (decimal): -5029886 or 147635. OLE color: 147635.

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

Color convert

RGB 179 64 2 -
CMYK 0 0.64 0.99 0.30
HSL 21.02º 0.98% 0.35% -
HSV(B) 21.02º 0.99% 0.7% -
XYZ 20.43 13.25 1.54 -
YUV 91.32 77.6 190.54 -
System Red Green Blue C M Y K H S L
Decimal 179 64 2 0 0.64 0.99 0.30 21.02 0.98 0.35
Hex B3 40 2 0 40 63 1E 15 62 23
Octal 263 100 2 0 100 143 36 25 142 43
Binary 10110011 1000000 10 0 1000000 1100011 11110 10101 1100010 100011

Color Harmonies of #B34002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34002

Black with #B34002

Text Example


Text Example

White with #B34002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34002; }

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

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

background-color css

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

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

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

border-color css

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

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

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