Html Css Color HEX #B44902 Rust

📋 copy color: '#B44902'

red 180 ◦ green 73 ◦ blue 2

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

Shades of Rust #B44902

Tints of Rust #B44902

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.63%

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 70.59%
G = 28.63%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B44902 (or 0xB44902) is known color: Rust. HEX triplet: B4, 49 and 02. RGB value is (180,73,2). Sum of RGB (Red+Green+Blue) = 180+73+2=255 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.59% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 180 - color contains mainly: red. Hex color #B44902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44902 is #4BB6FD. Grayscale: #616161. Windows color (decimal): -4962046 or 149940. OLE color: 149940.

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

Color convert

RGB 180 73 2 -
CMYK 0 0.59 0.99 0.29
HSL 23.93º 0.98% 0.36% -
HSV(B) 23.93º 0.99% 0.71% -
XYZ 21.22 14.47 1.73 -
YUV 96.9 74.45 187.27 -
System Red Green Blue C M Y K H S L
Decimal 180 73 2 0 0.59 0.99 0.29 23.93 0.98 0.36
Hex B4 49 2 0 3B 63 1D 18 62 24
Octal 264 111 2 0 73 143 35 30 142 44
Binary 10110100 1001001 10 0 111011 1100011 11101 11000 1100010 100100

Color Harmonies of #B44902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44902

Black with #B44902

Text Example


Text Example

White with #B44902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44902; }

 p { color: rgb(180,73,2); }

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

background-color css

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

 a { background-color: rgb(180,73,2); }

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

border-color css

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

 span { border-color: rgb(180,73,2); }

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