Html Css Color HEX #B24407 Rust

📋 copy color: '#B24407'

red 178 ◦ green 68 ◦ blue 7

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

Shades of Rust #B24407

Tints of Rust #B24407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.77%

R = 70.36%
G = 26.88%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B24407 (or 0xB24407) is known color: Rust. HEX triplet: B2, 44 and 07. RGB value is (178,68,7). Sum of RGB (Red+Green+Blue) = 178+68+7=253 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.36% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 7 (3.12% from 255 or 2.77% from 253); Max value from RGB is 178 - color contains mainly: red. Hex color #B24407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24407 is #4DBBF8. Grayscale: #5E5E5E. Windows color (decimal): -5094393 or 476338. OLE color: 476338.

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

Color convert

RGB 178 68 7 -
CMYK 0 0.62 0.96 0.30
HSL 21.4º 0.92% 0.36% -
HSV(B) 21.4º 0.96% 0.7% -
XYZ 20.47 13.61 1.75 -
YUV 93.94 78.94 187.96 -
System Red Green Blue C M Y K H S L
Decimal 178 68 7 0 0.62 0.96 0.30 21.4 0.92 0.36
Hex B2 44 7 0 3E 60 1E 15 5C 24
Octal 262 104 7 0 76 140 36 25 134 44
Binary 10110010 1000100 111 0 111110 1100000 11110 10101 1011100 100100

Color Harmonies of #B24407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24407

Black with #B24407

Text Example


Text Example

White with #B24407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24407; }

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

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

background-color css

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

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

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

border-color css

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

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

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