Html Css Color HEX #B43500 Rust

📋 copy color: '#B43500'

red 180 ◦ green 53 ◦ blue 0

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

Shades of Rust #B43500

Tints of Rust #B43500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.75%

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

R = 77.25%
G = 22.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B43500 (or 0xB43500) is known color: Rust. HEX triplet: B4, 35 and 00. RGB value is (180,53,0). Sum of RGB (Red+Green+Blue) = 180+53+0=233 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.25% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 180 - color contains mainly: red. Hex color #B43500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43500 is #4BCAFF. Grayscale: #555555. Windows color (decimal): -4967168 or 13748. OLE color: 13748.

HSL color Cylindrical-coordinate representation of color #B43500: hue angle of 17.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 #B43500 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 53 0 -
CMYK 0 0.71 1 0.29
HSL 17.67º 1% 0.35% -
HSV(B) 17.67º 1% 0.71% -
XYZ 20.1 12.25 1.31 -
YUV 84.93 80.08 195.81 -
System Red Green Blue C M Y K H S L
Decimal 180 53 0 0 0.71 1 0.29 17.67 1 0.35
Hex B4 35 0 0 47 64 1D 12 64 23
Octal 264 65 0 0 107 144 35 22 144 43
Binary 10110100 110101 0 0 1000111 1100100 11101 10010 1100100 100011

Color Harmonies of #B43500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43500

Black with #B43500

Text Example


Text Example

White with #B43500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43500; }

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

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

background-color css

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

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

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

border-color css

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

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

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