Html Css Color HEX #B45002 Rust

📋 copy color: '#B45002'

red 180 ◦ green 80 ◦ blue 2

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

Shades of Rust #B45002

Tints of Rust #B45002

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.53%

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

R = 68.7%
G = 30.53%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B45002 (or 0xB45002) is known color: Rust. HEX triplet: B4, 50 and 02. RGB value is (180,80,2). Sum of RGB (Red+Green+Blue) = 180+80+2=262 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.70% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 180 - color contains mainly: red. Hex color #B45002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45002 is #4BAFFD. Grayscale: #656565. Windows color (decimal): -4960254 or 151732. OLE color: 151732.

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

Color convert

RGB 180 80 2 -
CMYK 0 0.56 0.99 0.29
HSL 26.29º 0.98% 0.36% -
HSV(B) 26.29º 0.99% 0.71% -
XYZ 21.7 15.45 1.89 -
YUV 101.01 72.13 184.34 -
System Red Green Blue C M Y K H S L
Decimal 180 80 2 0 0.56 0.99 0.29 26.29 0.98 0.36
Hex B4 50 2 0 38 63 1D 1A 62 24
Octal 264 120 2 0 70 143 35 32 142 44
Binary 10110100 1010000 10 0 111000 1100011 11101 11010 1100010 100100

Color Harmonies of #B45002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45002

Black with #B45002

Text Example


Text Example

White with #B45002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45002; }

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

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

background-color css

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

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

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

border-color css

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

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

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