Html Css Color HEX #B34C09 Rust

📋 copy color: '#B34C09'

red 179 ◦ green 76 ◦ blue 9

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

Shades of Rust #B34C09

Tints of Rust #B34C09

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.79%

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

R = 67.8%
G = 28.79%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.30

RGB Variations

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

Color information

#B34C09 (or 0xB34C09) is known color: Rust. HEX triplet: B3, 4C and 09. RGB value is (179,76,9). Sum of RGB (Red+Green+Blue) = 179+76+9=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 9 (3.91% from 255 or 3.41% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34C09 is #4CB3F6. Grayscale: #636363. Windows color (decimal): -5026807 or 609459. OLE color: 609459.

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

Color convert

RGB 179 76 9 -
CMYK 0 0.58 0.95 0.30
HSL 23.65º 0.9% 0.37% -
HSV(B) 23.65º 0.95% 0.7% -
XYZ 21.22 14.77 1.99 -
YUV 99.16 77.12 184.95 -
System Red Green Blue C M Y K H S L
Decimal 179 76 9 0 0.58 0.95 0.30 23.65 0.9 0.37
Hex B3 4C 9 0 3A 5F 1E 18 5A 25
Octal 263 114 11 0 72 137 36 30 132 45
Binary 10110011 1001100 1001 0 111010 1011111 11110 11000 1011010 100101

Color Harmonies of #B34C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34C09

Black with #B34C09

Text Example


Text Example

White with #B34C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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