Html Css Color HEX #B43800 Rust

📋 copy color: '#B43800'

red 180 ◦ green 56 ◦ blue 0

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

Shades of Rust #B43800

Tints of Rust #B43800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.27%
G = 23.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B43800 (or 0xB43800) is known color: Rust. HEX triplet: B4, 38 and 00. RGB value is (180,56,0). Sum of RGB (Red+Green+Blue) = 180+56+0=236 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.27% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 180 - color contains mainly: red. Hex color #B43800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43800 is #4BC7FF. Grayscale: #575757. Windows color (decimal): -4966400 or 14516. OLE color: 14516.

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

Color convert

RGB 180 56 0 -
CMYK 0 0.69 1 0.29
HSL 18.67º 1% 0.35% -
HSV(B) 18.67º 1% 0.71% -
XYZ 20.24 12.53 1.35 -
YUV 86.69 79.08 194.55 -
System Red Green Blue C M Y K H S L
Decimal 180 56 0 0 0.69 1 0.29 18.67 1 0.35
Hex B4 38 0 0 45 64 1D 13 64 23
Octal 264 70 0 0 105 144 35 23 144 43
Binary 10110100 111000 0 0 1000101 1100100 11101 10011 1100100 100011

Color Harmonies of #B43800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43800

Black with #B43800

Text Example


Text Example

White with #B43800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43800; }

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

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

background-color css

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

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

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

border-color css

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

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

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