Html Css Color HEX #B24502 Rust

📋 copy color: '#B24502'

red 178 ◦ green 69 ◦ blue 2

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

Shades of Rust #B24502

Tints of Rust #B24502

RGB

 RED value IS 178 (69.92% from 255) = 71.49%

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

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

R = 71.49%
G = 27.71%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B24502 (or 0xB24502) is known color: Rust. HEX triplet: B2, 45 and 02. RGB value is (178,69,2). Sum of RGB (Red+Green+Blue) = 178+69+2=249 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.49% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 178 - color contains mainly: red. Hex color #B24502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24502 is #4DBAFD. Grayscale: #5E5E5E. Windows color (decimal): -5094142 or 148914. OLE color: 148914.

HSL color Cylindrical-coordinate representation of color #B24502: hue angle of 22.84º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B24502 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 69 2 -
CMYK 0 0.61 0.99 0.30
HSL 22.84º 0.98% 0.35% -
HSV(B) 22.84º 0.99% 0.7% -
XYZ 20.5 13.73 1.63 -
YUV 93.95 76.11 187.95 -
System Red Green Blue C M Y K H S L
Decimal 178 69 2 0 0.61 0.99 0.30 22.84 0.98 0.35
Hex B2 45 2 0 3D 63 1E 17 62 23
Octal 262 105 2 0 75 143 36 27 142 43
Binary 10110010 1000101 10 0 111101 1100011 11110 10111 1100010 100011

Color Harmonies of #B24502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24502

Black with #B24502

Text Example


Text Example

White with #B24502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24502; }

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

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

background-color css

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

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

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

border-color css

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

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

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