Html Css Color HEX #B43310 Rust

📋 copy color: '#B43310'

red 180 ◦ green 51 ◦ blue 16

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

Shades of Rust #B43310

Tints of Rust #B43310

RGB

 RED value IS 180 (70.7% from 255) = 72.87%

 GREEN value IS 51 (20.31% from 255) = 20.65%

 BLUE value IS 16 (6.64% from 255) = 6.48%

R = 72.87%
G = 20.65%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B43310 (or 0xB43310) is known color: Rust. HEX triplet: B4, 33 and 10. RGB value is (180,51,16). Sum of RGB (Red+Green+Blue) = 180+51+16=247 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.87% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 180 - color contains mainly: red. Hex color #B43310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43310 is #4BCCEF. Grayscale: #555555. Windows color (decimal): -4967664 or 1061812. OLE color: 1061812.

HSL color Cylindrical-coordinate representation of color #B43310: hue angle of 12.8º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B43310 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 51 16 -
CMYK 0 0.72 0.91 0.29
HSL 12.8º 0.84% 0.38% -
HSV(B) 12.8º 0.91% 0.71% -
XYZ 20.1 12.11 1.77 -
YUV 85.58 88.74 195.35 -
System Red Green Blue C M Y K H S L
Decimal 180 51 16 0 0.72 0.91 0.29 12.8 0.84 0.38
Hex B4 33 10 0 48 5B 1D D 54 26
Octal 264 63 20 0 110 133 35 15 124 46
Binary 10110100 110011 10000 0 1001000 1011011 11101 1101 1010100 100110

Color Harmonies of #B43310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43310

Black with #B43310

Text Example


Text Example

White with #B43310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43310; }

 p { color: rgb(180,51,16); }

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

background-color css

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

 a { background-color: rgb(180,51,16); }

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

border-color css

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

 span { border-color: rgb(180,51,16); }

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