Html Css Color HEX #B34308 Rust

📋 copy color: '#B34308'

red 179 ◦ green 67 ◦ blue 8

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

Shades of Rust #B34308

Tints of Rust #B34308

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.38%

 BLUE value IS 8 (3.52% from 255) = 3.15%

R = 70.47%
G = 26.38%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B34308 (or 0xB34308) is known color: Rust. HEX triplet: B3, 43 and 08. RGB value is (179,67,8). Sum of RGB (Red+Green+Blue) = 179+67+8=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B34308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34308 is #4CBCF7. Grayscale: #5E5E5E. Windows color (decimal): -5029112 or 541619. OLE color: 541619.

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

Color convert

RGB 179 67 8 -
CMYK 0 0.63 0.96 0.30
HSL 20.7º 0.91% 0.37% -
HSV(B) 20.7º 0.96% 0.7% -
XYZ 20.64 13.62 1.77 -
YUV 93.76 79.61 188.8 -
System Red Green Blue C M Y K H S L
Decimal 179 67 8 0 0.63 0.96 0.30 20.7 0.91 0.37
Hex B3 43 8 0 3F 60 1E 15 5B 25
Octal 263 103 10 0 77 140 36 25 133 45
Binary 10110011 1000011 1000 0 111111 1100000 11110 10101 1011011 100101

Color Harmonies of #B34308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34308

Black with #B34308

Text Example


Text Example

White with #B34308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34308; }

 p { color: rgb(179,67,8); }

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

background-color css

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

 a { background-color: rgb(179,67,8); }

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

border-color css

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

 span { border-color: rgb(179,67,8); }

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