Html Css Color HEX #B24E05 Rust

📋 copy color: '#B24E05'

red 178 ◦ green 78 ◦ blue 5

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

Shades of Rust #B24E05

Tints of Rust #B24E05

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.89%

 BLUE value IS 5 (2.34% from 255) = 1.92%

R = 68.2%
G = 29.89%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B24E05 (or 0xB24E05) is known color: Rust. HEX triplet: B2, 4E and 05. RGB value is (178,78,5). Sum of RGB (Red+Green+Blue) = 178+78+5=261 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.20% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 5 (2.34% from 255 or 1.92% from 261); Max value from RGB is 178 - color contains mainly: red. Hex color #B24E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B24E05 is #4DB1FA. Grayscale: #636363. Windows color (decimal): -5091835 or 347826. OLE color: 347826.

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

Color convert

RGB 178 78 5 -
CMYK 0 0.56 0.97 0.30
HSL 25.32º 0.95% 0.36% -
HSV(B) 25.32º 0.97% 0.7% -
XYZ 21.11 14.92 1.91 -
YUV 99.58 74.63 183.94 -
System Red Green Blue C M Y K H S L
Decimal 178 78 5 0 0.56 0.97 0.30 25.32 0.95 0.36
Hex B2 4E 5 0 38 61 1E 19 5F 24
Octal 262 116 5 0 70 141 36 31 137 44
Binary 10110010 1001110 101 0 111000 1100001 11110 11001 1011111 100100

Color Harmonies of #B24E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24E05

Black with #B24E05

Text Example


Text Example

White with #B24E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24E05; }

 p { color: rgb(178,78,5); }

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

background-color css

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

 a { background-color: rgb(178,78,5); }

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

border-color css

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

 span { border-color: rgb(178,78,5); }

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