Html Css Color HEX #B43816 Rust

📋 copy color: '#B43816'

red 180 ◦ green 56 ◦ blue 22

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

Shades of Rust #B43816

Tints of Rust #B43816

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.71%

 BLUE value IS 22 (8.98% from 255) = 8.53%

R = 69.77%
G = 21.71%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B43816 (or 0xB43816) is known color: Rust. HEX triplet: B4, 38 and 16. RGB value is (180,56,22). Sum of RGB (Red+Green+Blue) = 180+56+22=258 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.77% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 180 - color contains mainly: red. Hex color #B43816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43816 is #4BC7E9. Grayscale: #595959. Windows color (decimal): -4966378 or 1456308. OLE color: 1456308.

HSL color Cylindrical-coordinate representation of color #B43816: hue angle of 12.91º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B43816 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 56 22 -
CMYK 0 0.69 0.88 0.29
HSL 12.91º 0.78% 0.4% -
HSV(B) 12.91º 0.88% 0.71% -
XYZ 20.38 12.59 2.11 -
YUV 89.2 90.08 192.76 -
System Red Green Blue C M Y K H S L
Decimal 180 56 22 0 0.69 0.88 0.29 12.91 0.78 0.4
Hex B4 38 16 0 45 58 1D D 4E 28
Octal 264 70 26 0 105 130 35 15 116 50
Binary 10110100 111000 10110 0 1000101 1011000 11101 1101 1001110 101000

Color Harmonies of #B43816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43816

Black with #B43816

Text Example


Text Example

White with #B43816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43816; }

 p { color: rgb(180,56,22); }

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

background-color css

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

 a { background-color: rgb(180,56,22); }

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

border-color css

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

 span { border-color: rgb(180,56,22); }

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