Html Css Color HEX #B44403 Rust

📋 copy color: '#B44403'

red 180 ◦ green 68 ◦ blue 3

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

Shades of Rust #B44403

Tints of Rust #B44403

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.09%

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

R = 71.71%
G = 27.09%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B44403 (or 0xB44403) is known color: Rust. HEX triplet: B4, 44 and 03. RGB value is (180,68,3). Sum of RGB (Red+Green+Blue) = 180+68+3=251 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.71% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 180 - color contains mainly: red. Hex color #B44403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44403 is #4BBBFC. Grayscale: #5E5E5E. Windows color (decimal): -4963325 or 214196. OLE color: 214196.

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

Color convert

RGB 180 68 3 -
CMYK 0 0.62 0.98 0.29
HSL 22.03º 0.97% 0.36% -
HSV(B) 22.03º 0.98% 0.71% -
XYZ 20.91 13.84 1.66 -
YUV 94.08 76.61 189.29 -
System Red Green Blue C M Y K H S L
Decimal 180 68 3 0 0.62 0.98 0.29 22.03 0.97 0.36
Hex B4 44 3 0 3E 62 1D 16 61 24
Octal 264 104 3 0 76 142 35 26 141 44
Binary 10110100 1000100 11 0 111110 1100010 11101 10110 1100001 100100

Color Harmonies of #B44403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44403

Black with #B44403

Text Example


Text Example

White with #B44403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44403; }

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

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

background-color css

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

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

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

border-color css

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

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

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