Html Css Color HEX #B43505 Rust

📋 copy color: '#B43505'

red 180 ◦ green 53 ◦ blue 5

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

Shades of Rust #B43505

Tints of Rust #B43505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.1%

R = 75.63%
G = 22.27%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B43505 (or 0xB43505) is known color: Rust. HEX triplet: B4, 35 and 05. RGB value is (180,53,5). Sum of RGB (Red+Green+Blue) = 180+53+5=238 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.63% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 180 - color contains mainly: red. Hex color #B43505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43505 is #4BCAFA. Grayscale: #555555. Windows color (decimal): -4967163 or 341428. OLE color: 341428.

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

Color convert

RGB 180 53 5 -
CMYK 0 0.71 0.97 0.29
HSL 16.46º 0.95% 0.36% -
HSV(B) 16.46º 0.97% 0.71% -
XYZ 20.12 12.26 1.45 -
YUV 85.5 82.58 195.4 -
System Red Green Blue C M Y K H S L
Decimal 180 53 5 0 0.71 0.97 0.29 16.46 0.95 0.36
Hex B4 35 5 0 47 61 1D 10 5F 24
Octal 264 65 5 0 107 141 35 20 137 44
Binary 10110100 110101 101 0 1000111 1100001 11101 10000 1011111 100100

Color Harmonies of #B43505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43505

Black with #B43505

Text Example


Text Example

White with #B43505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43505; }

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

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

background-color css

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

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

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

border-color css

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

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

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