Html Css Color HEX #B44503 Rust

📋 copy color: '#B44503'

red 180 ◦ green 69 ◦ blue 3

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

Shades of Rust #B44503

Tints of Rust #B44503

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.38%

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

R = 71.43%
G = 27.38%
B = 1.19%

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

#B44503 (or 0xB44503) is known color: Rust. HEX triplet: B4, 45 and 03. RGB value is (180,69,3). Sum of RGB (Red+Green+Blue) = 180+69+3=252 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.43% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 3 (1.56% from 255 or 1.19% from 252); Max value from RGB is 180 - color contains mainly: red. Hex color #B44503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44503 is #4BBAFC. Grayscale: #5F5F5F. Windows color (decimal): -4963069 or 214452. OLE color: 214452.

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

Color convert

RGB 180 69 3 -
CMYK 0 0.62 0.98 0.29
HSL 22.37º 0.97% 0.36% -
HSV(B) 22.37º 0.98% 0.71% -
XYZ 20.97 13.97 1.68 -
YUV 94.67 76.27 188.87 -
System Red Green Blue C M Y K H S L
Decimal 180 69 3 0 0.62 0.98 0.29 22.37 0.97 0.36
Hex B4 45 3 0 3E 62 1D 16 61 24
Octal 264 105 3 0 76 142 35 26 141 44
Binary 10110100 1000101 11 0 111110 1100010 11101 10110 1100001 100100

Color Harmonies of #B44503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44503

Black with #B44503

Text Example


Text Example

White with #B44503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44503; }

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

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

background-color css

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

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

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

border-color css

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

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

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