Html Css Color HEX #B34B15 Rust

📋 copy color: '#B34B15'

red 179 ◦ green 75 ◦ blue 21

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

Shades of Rust #B34B15

Tints of Rust #B34B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.64%

R = 65.09%
G = 27.27%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B34B15 (or 0xB34B15) is known color: Rust. HEX triplet: B3, 4B and 15. RGB value is (179,75,21). Sum of RGB (Red+Green+Blue) = 179+75+21=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B34B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34B15 is #4CB4EA. Grayscale: #646464. Windows color (decimal): -5027051 or 1395635. OLE color: 1395635.

HSL color Cylindrical-coordinate representation of color #B34B15: hue angle of 20.51º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B34B15 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 75 21 -
CMYK 0 0.58 0.88 0.30
HSL 20.51º 0.79% 0.39% -
HSV(B) 20.51º 0.88% 0.7% -
XYZ 21.24 14.67 2.42 -
YUV 99.94 83.46 184.39 -
System Red Green Blue C M Y K H S L
Decimal 179 75 21 0 0.58 0.88 0.30 20.51 0.79 0.39
Hex B3 4B 15 0 3A 58 1E 15 4F 27
Octal 263 113 25 0 72 130 36 25 117 47
Binary 10110011 1001011 10101 0 111010 1011000 11110 10101 1001111 100111

Color Harmonies of #B34B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34B15

Black with #B34B15

Text Example


Text Example

White with #B34B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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