Html Css Color HEX #B24405 Rust

📋 copy color: '#B24405'

red 178 ◦ green 68 ◦ blue 5

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

Shades of Rust #B24405

Tints of Rust #B24405

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.09%

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

R = 70.92%
G = 27.09%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B24405 (or 0xB24405) is known color: Rust. HEX triplet: B2, 44 and 05. RGB value is (178,68,5). Sum of RGB (Red+Green+Blue) = 178+68+5=251 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.92% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 178 - color contains mainly: red. Hex color #B24405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24405 is #4DBBFA. Grayscale: #5E5E5E. Windows color (decimal): -5094395 or 345266. OLE color: 345266.

HSL color Cylindrical-coordinate representation of color #B24405: hue angle of 21.85º 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 #B24405 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 68 5 -
CMYK 0 0.62 0.97 0.30
HSL 21.85º 0.95% 0.36% -
HSV(B) 21.85º 0.97% 0.7% -
XYZ 20.45 13.61 1.69 -
YUV 93.71 77.94 188.12 -
System Red Green Blue C M Y K H S L
Decimal 178 68 5 0 0.62 0.97 0.30 21.85 0.95 0.36
Hex B2 44 5 0 3E 61 1E 16 5F 24
Octal 262 104 5 0 76 141 36 26 137 44
Binary 10110010 1000100 101 0 111110 1100001 11110 10110 1011111 100100

Color Harmonies of #B24405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24405

Black with #B24405

Text Example


Text Example

White with #B24405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24405; }

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

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

background-color css

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

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

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

border-color css

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

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

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