Html Css Color HEX #B44502 Rust

📋 copy color: '#B44502'

red 180 ◦ green 69 ◦ blue 2

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

Shades of Rust #B44502

Tints of Rust #B44502

RGB

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

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

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

R = 71.71%
G = 27.49%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B44502 (or 0xB44502) is known color: Rust. HEX triplet: B4, 45 and 02. RGB value is (180,69,2). Sum of RGB (Red+Green+Blue) = 180+69+2=251 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.71% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 180 - color contains mainly: red. Hex color #B44502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44502 is #4BBAFD. Grayscale: #5E5E5E. Windows color (decimal): -4963070 or 148916. OLE color: 148916.

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

Color convert

RGB 180 69 2 -
CMYK 0 0.62 0.99 0.29
HSL 22.58º 0.98% 0.36% -
HSV(B) 22.58º 0.99% 0.71% -
XYZ 20.96 13.96 1.65 -
YUV 94.55 75.77 188.95 -
System Red Green Blue C M Y K H S L
Decimal 180 69 2 0 0.62 0.99 0.29 22.58 0.98 0.36
Hex B4 45 2 0 3E 63 1D 17 62 24
Octal 264 105 2 0 76 143 35 27 142 44
Binary 10110100 1000101 10 0 111110 1100011 11101 10111 1100010 100100

Color Harmonies of #B44502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44502

Black with #B44502

Text Example


Text Example

White with #B44502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44502; }

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

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

background-color css

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

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

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

border-color css

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

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

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