Html Css Color HEX #B24304 Rust

📋 copy color: '#B24304'

red 178 ◦ green 67 ◦ blue 4

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

Shades of Rust #B24304

Tints of Rust #B24304

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.91%

 BLUE value IS 4 (1.95% from 255) = 1.61%

R = 71.49%
G = 26.91%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B24304 (or 0xB24304) is known color: Rust. HEX triplet: B2, 43 and 04. RGB value is (178,67,4). Sum of RGB (Red+Green+Blue) = 178+67+4=249 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.49% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 178 - color contains mainly: red. Hex color #B24304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24304 is #4DBCFB. Grayscale: #5D5D5D. Windows color (decimal): -5094652 or 279474. OLE color: 279474.

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

Color convert

RGB 178 67 4 -
CMYK 0 0.62 0.98 0.30
HSL 21.72º 0.96% 0.36% -
HSV(B) 21.72º 0.98% 0.7% -
XYZ 20.39 13.49 1.64 -
YUV 93.01 77.77 188.62 -
System Red Green Blue C M Y K H S L
Decimal 178 67 4 0 0.62 0.98 0.30 21.72 0.96 0.36
Hex B2 43 4 0 3E 62 1E 16 60 24
Octal 262 103 4 0 76 142 36 26 140 44
Binary 10110010 1000011 100 0 111110 1100010 11110 10110 1100000 100100

Color Harmonies of #B24304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24304

Black with #B24304

Text Example


Text Example

White with #B24304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24304; }

 p { color: rgb(178,67,4); }

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

background-color css

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

 a { background-color: rgb(178,67,4); }

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

border-color css

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

 span { border-color: rgb(178,67,4); }

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