Html Css Color HEX #B3451D Rust

📋 copy color: '#B3451D'

red 179 ◦ green 69 ◦ blue 29

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

Shades of Rust #B3451D

Tints of Rust #B3451D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.47%

R = 64.62%
G = 24.91%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B3451D (or 0xB3451D) is known color: Rust. HEX triplet: B3, 45 and 1D. RGB value is (179,69,29). Sum of RGB (Red+Green+Blue) = 179+69+29=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B3451D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3451D is #4CBAE2. Grayscale: #616161. Windows color (decimal): -5028579 or 1918387. OLE color: 1918387.

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

Color convert

RGB 179 69 29 -
CMYK 0 0.61 0.84 0.30
HSL 16º 0.72% 0.41% -
HSV(B) 16º 0.84% 0.7% -
XYZ 20.94 13.93 2.75 -
YUV 97.33 89.44 186.25 -
System Red Green Blue C M Y K H S L
Decimal 179 69 29 0 0.61 0.84 0.30 16 0.72 0.41
Hex B3 45 1D 0 3D 54 1E 10 48 29
Octal 263 105 35 0 75 124 36 20 110 51
Binary 10110011 1000101 11101 0 111101 1010100 11110 10000 1001000 101001

Color Harmonies of #B3451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3451D

Black with #B3451D

Text Example


Text Example

White with #B3451D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3451D; }

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

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

background-color css

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

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

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

border-color css

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

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

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