Html Css Color HEX #B34009 Rust

📋 copy color: '#B34009'

red 179 ◦ green 64 ◦ blue 9

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

Shades of Rust #B34009

Tints of Rust #B34009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.57%

R = 71.03%
G = 25.4%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.30

RGB Variations

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

Color information

#B34009 (or 0xB34009) is known color: Rust. HEX triplet: B3, 40 and 09. RGB value is (179,64,9). Sum of RGB (Red+Green+Blue) = 179+64+9=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B34009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34009 is #4CBFF6. Grayscale: #5C5C5C. Windows color (decimal): -5029879 or 606387. OLE color: 606387.

HSL color Cylindrical-coordinate representation of color #B34009: hue angle of 19.41º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B34009 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 64 9 -
CMYK 0 0.64 0.95 0.30
HSL 19.41º 0.9% 0.37% -
HSV(B) 19.41º 0.95% 0.7% -
XYZ 20.47 13.27 1.74 -
YUV 92.12 81.1 189.97 -
System Red Green Blue C M Y K H S L
Decimal 179 64 9 0 0.64 0.95 0.30 19.41 0.9 0.37
Hex B3 40 9 0 40 5F 1E 13 5A 25
Octal 263 100 11 0 100 137 36 23 132 45
Binary 10110011 1000000 1001 0 1000000 1011111 11110 10011 1011010 100101

Color Harmonies of #B34009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34009

Black with #B34009

Text Example


Text Example

White with #B34009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34009; }

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

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

background-color css

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

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

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

border-color css

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

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

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