Html Css Color HEX #C44E18 Rust

📋 copy color: '#C44E18'

red 196 ◦ green 78 ◦ blue 24

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

Shades of Rust #C44E18

Tints of Rust #C44E18

RGB

 RED value IS 196 (76.95% from 255) = 65.77%

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

 BLUE value IS 24 (9.77% from 255) = 8.05%

R = 65.77%
G = 26.17%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C44E18 (or 0xC44E18) is known color: Rust. HEX triplet: C4, 4E and 18. RGB value is (196,78,24). Sum of RGB (Red+Green+Blue) = 196+78+24=298 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.77% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C44E18 is #3BB1E7. Grayscale: #6B6B6B. Windows color (decimal): -3912168 or 1593028. OLE color: 1593028.

HSL color Cylindrical-coordinate representation of color #C44E18: hue angle of 18.84º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C44E18 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 78 24 -
CMYK 0 0.60 0.88 0.23
HSL 18.84º 0.78% 0.43% -
HSV(B) 18.84º 0.88% 0.77% -
XYZ 25.65 17.25 2.84 -
YUV 107.13 81.09 191.39 -
System Red Green Blue C M Y K H S L
Decimal 196 78 24 0 0.60 0.88 0.23 18.84 0.78 0.43
Hex C4 4E 18 0 3C 58 17 13 4E 2B
Octal 304 116 30 0 74 130 27 23 116 53
Binary 11000100 1001110 11000 0 111100 1011000 10111 10011 1001110 101011

Color Harmonies of #C44E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44E18

Black with #C44E18

Text Example


Text Example

White with #C44E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44E18; }

 p { color: rgb(196,78,24); }

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

background-color css

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

 a { background-color: rgb(196,78,24); }

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

border-color css

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

 span { border-color: rgb(196,78,24); }

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