Html Css Color HEX #B24305 Rust

📋 copy color: '#B24305'

red 178 ◦ green 67 ◦ blue 5

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

Shades of Rust #B24305

Tints of Rust #B24305

RGB

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

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

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

R = 71.2%
G = 26.8%
B = 2%

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

#B24305 (or 0xB24305) is known color: Rust. HEX triplet: B2, 43 and 05. RGB value is (178,67,5). Sum of RGB (Red+Green+Blue) = 178+67+5=250 (33% of max value = 765). Red value is 178 (69.92% from 255 or 71.2% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 178 - color contains mainly: red. Hex color #B24305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24305 is #4DBCFA. Grayscale: #5D5D5D. Windows color (decimal): -5094651 or 345010. OLE color: 345010.

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

Color convert

RGB 178 67 5 -
CMYK 0 0.62 0.97 0.30
HSL 21.5º 0.95% 0.36% -
HSV(B) 21.5º 0.97% 0.7% -
XYZ 20.39 13.49 1.67 -
YUV 93.12 78.27 188.54 -
System Red Green Blue C M Y K H S L
Decimal 178 67 5 0 0.62 0.97 0.30 21.5 0.95 0.36
Hex B2 43 5 0 3E 61 1E 16 5F 24
Octal 262 103 5 0 76 141 36 26 137 44
Binary 10110010 1000011 101 0 111110 1100001 11110 10110 1011111 100100

Color Harmonies of #B24305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24305

Black with #B24305

Text Example


Text Example

White with #B24305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24305; }

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

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

background-color css

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

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

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

border-color css

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

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

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