Html Css Color HEX #B43503 Rust

📋 copy color: '#B43503'

red 180 ◦ green 53 ◦ blue 3

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

Shades of Rust #B43503

Tints of Rust #B43503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.27%

R = 76.27%
G = 22.46%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B43503 (or 0xB43503) is known color: Rust. HEX triplet: B4, 35 and 03. RGB value is (180,53,3). Sum of RGB (Red+Green+Blue) = 180+53+3=236 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.27% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 3 (1.56% from 255 or 1.27% from 236); Max value from RGB is 180 - color contains mainly: red. Hex color #B43503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43503 is #4BCAFC. Grayscale: #555555. Windows color (decimal): -4967165 or 210356. OLE color: 210356.

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

Color convert

RGB 180 53 3 -
CMYK 0 0.71 0.98 0.29
HSL 16.95º 0.97% 0.36% -
HSV(B) 16.95º 0.98% 0.71% -
XYZ 20.11 12.26 1.39 -
YUV 85.27 81.58 195.57 -
System Red Green Blue C M Y K H S L
Decimal 180 53 3 0 0.71 0.98 0.29 16.95 0.97 0.36
Hex B4 35 3 0 47 62 1D 11 61 24
Octal 264 65 3 0 107 142 35 21 141 44
Binary 10110100 110101 11 0 1000111 1100010 11101 10001 1100001 100100

Color Harmonies of #B43503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43503

Black with #B43503

Text Example


Text Example

White with #B43503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43503; }

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

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

background-color css

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

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

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

border-color css

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

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

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