Html Css Color HEX #B24320 Rust

📋 copy color: '#B24320'

red 178 ◦ green 67 ◦ blue 32

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

Shades of Rust #B24320

Tints of Rust #B24320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.55%

R = 64.26%
G = 24.19%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B24320 (or 0xB24320) is known color: Rust. HEX triplet: B2, 43 and 20. RGB value is (178,67,32). Sum of RGB (Red+Green+Blue) = 178+67+32=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B24320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24320 is #4DBCDF. Grayscale: #606060. Windows color (decimal): -5094624 or 2114482. OLE color: 2114482.

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

Color convert

RGB 178 67 32 -
CMYK 0 0.62 0.82 0.30
HSL 14.38º 0.7% 0.41% -
HSV(B) 14.38º 0.82% 0.7% -
XYZ 20.63 13.58 2.9 -
YUV 96.2 91.77 186.35 -
System Red Green Blue C M Y K H S L
Decimal 178 67 32 0 0.62 0.82 0.30 14.38 0.7 0.41
Hex B2 43 20 0 3E 52 1E E 46 29
Octal 262 103 40 0 76 122 36 16 106 51
Binary 10110010 1000011 100000 0 111110 1010010 11110 1110 1000110 101001

Color Harmonies of #B24320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24320

Black with #B24320

Text Example


Text Example

White with #B24320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24320; }

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

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

background-color css

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

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

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

border-color css

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

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

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