Html Css Color HEX #B24200 Rust

📋 copy color: '#B24200'

red 178 ◦ green 66 ◦ blue 0

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

Shades of Rust #B24200

Tints of Rust #B24200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.05%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.95%
G = 27.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B24200 (or 0xB24200) is known color: Rust. HEX triplet: B2, 42 and 00. RGB value is (178,66,0). Sum of RGB (Red+Green+Blue) = 178+66+0=244 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.95% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 178 - color contains mainly: red. Hex color #B24200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24200 is #4DBDFF. Grayscale: #5C5C5C. Windows color (decimal): -5094912 or 17074. OLE color: 17074.

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

Color convert

RGB 178 66 0 -
CMYK 0 0.63 1 0.30
HSL 22.25º 1% 0.35% -
HSV(B) 22.25º 1% 0.7% -
XYZ 20.31 13.36 1.51 -
YUV 91.96 76.11 189.37 -
System Red Green Blue C M Y K H S L
Decimal 178 66 0 0 0.63 1 0.30 22.25 1 0.35
Hex B2 42 0 0 3F 64 1E 16 64 23
Octal 262 102 0 0 77 144 36 26 144 43
Binary 10110010 1000010 0 0 111111 1100100 11110 10110 1100100 100011

Color Harmonies of #B24200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24200

Black with #B24200

Text Example


Text Example

White with #B24200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24200; }

 p { color: rgb(178,66,0); }

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

background-color css

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

 a { background-color: rgb(178,66,0); }

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

border-color css

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

 span { border-color: rgb(178,66,0); }

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