Html Css Color HEX #B43403 Rust

📋 copy color: '#B43403'

red 180 ◦ green 52 ◦ blue 3

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

Shades of Rust #B43403

Tints of Rust #B43403

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.13%

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

R = 76.6%
G = 22.13%
B = 1.28%

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

#B43403 (or 0xB43403) is known color: Rust. HEX triplet: B4, 34 and 03. RGB value is (180,52,3). Sum of RGB (Red+Green+Blue) = 180+52+3=235 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.60% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 180 - color contains mainly: red. Hex color #B43403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43403 is #4BCBFC. Grayscale: #555555. Windows color (decimal): -4967421 or 210100. OLE color: 210100.

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

Color convert

RGB 180 52 3 -
CMYK 0 0.71 0.98 0.29
HSL 16.61º 0.97% 0.36% -
HSV(B) 16.61º 0.98% 0.71% -
XYZ 20.07 12.17 1.38 -
YUV 84.69 81.91 195.98 -
System Red Green Blue C M Y K H S L
Decimal 180 52 3 0 0.71 0.98 0.29 16.61 0.97 0.36
Hex B4 34 3 0 47 62 1D 11 61 24
Octal 264 64 3 0 107 142 35 21 141 44
Binary 10110100 110100 11 0 1000111 1100010 11101 10001 1100001 100100

Color Harmonies of #B43403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43403

Black with #B43403

Text Example


Text Example

White with #B43403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43403; }

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

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

background-color css

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

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

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

border-color css

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

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

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