Html Css Color HEX #B3451B Rust

📋 copy color: '#B3451B'

red 179 ◦ green 69 ◦ blue 27

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

Shades of Rust #B3451B

Tints of Rust #B3451B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.09%

 BLUE value IS 27 (10.94% from 255) = 9.82%

R = 65.09%
G = 25.09%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B3451B (or 0xB3451B) is known color: Rust. HEX triplet: B3, 45 and 1B. RGB value is (179,69,27). Sum of RGB (Red+Green+Blue) = 179+69+27=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B3451B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3451B is #4CBAE4. Grayscale: #616161. Windows color (decimal): -5028581 or 1787315. OLE color: 1787315.

HSL color Cylindrical-coordinate representation of color #B3451B: hue angle of 16.58º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B3451B is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 69 27 -
CMYK 0 0.61 0.85 0.30
HSL 16.58º 0.74% 0.4% -
HSV(B) 16.58º 0.85% 0.7% -
XYZ 20.92 13.92 2.62 -
YUV 97.1 88.44 186.42 -
System Red Green Blue C M Y K H S L
Decimal 179 69 27 0 0.61 0.85 0.30 16.58 0.74 0.4
Hex B3 45 1B 0 3D 55 1E 11 4A 28
Octal 263 105 33 0 75 125 36 21 112 50
Binary 10110011 1000101 11011 0 111101 1010101 11110 10001 1001010 101000

Color Harmonies of #B3451B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3451B

Black with #B3451B

Text Example


Text Example

White with #B3451B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3451B; }

 p { color: rgb(179,69,27); }

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

background-color css

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

 a { background-color: rgb(179,69,27); }

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

border-color css

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

 span { border-color: rgb(179,69,27); }

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