Html Css Color HEX #B44402 Rust

📋 copy color: '#B44402'

red 180 ◦ green 68 ◦ blue 2

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

Shades of Rust #B44402

Tints of Rust #B44402

RGB

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

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

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

R = 72%
G = 27.2%
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

#B44402 (or 0xB44402) is known color: Rust. HEX triplet: B4, 44 and 02. RGB value is (180,68,2). Sum of RGB (Red+Green+Blue) = 180+68+2=250 (33% of max value = 765). Red value is 180 (70.70% from 255 or 72% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 180 - color contains mainly: red. Hex color #B44402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44402 is #4BBBFD. Grayscale: #5E5E5E. Windows color (decimal): -4963326 or 148660. OLE color: 148660.

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

Color convert

RGB 180 68 2 -
CMYK 0 0.62 0.99 0.29
HSL 22.25º 0.98% 0.36% -
HSV(B) 22.25º 0.99% 0.71% -
XYZ 20.9 13.84 1.63 -
YUV 93.96 76.11 189.37 -
System Red Green Blue C M Y K H S L
Decimal 180 68 2 0 0.62 0.99 0.29 22.25 0.98 0.36
Hex B4 44 2 0 3E 63 1D 16 62 24
Octal 264 104 2 0 76 143 35 26 142 44
Binary 10110100 1000100 10 0 111110 1100011 11101 10110 1100010 100100

Color Harmonies of #B44402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44402

Black with #B44402

Text Example


Text Example

White with #B44402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44402; }

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

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

background-color css

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

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

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

border-color css

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

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

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