Html Css Color HEX #C44316 Rust

📋 copy color: '#C44316'

red 196 ◦ green 67 ◦ blue 22

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

Shades of Rust #C44316

Tints of Rust #C44316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.72%

R = 68.77%
G = 23.51%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C44316 (or 0xC44316) is known color: Rust. HEX triplet: C4, 43 and 16. RGB value is (196,67,22). Sum of RGB (Red+Green+Blue) = 196+67+22=285 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.77% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 196 - color contains mainly: red. Hex color #C44316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44316 is #3BBCE9. Grayscale: #646464. Windows color (decimal): -3914986 or 1459140. OLE color: 1459140.

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

Color convert

RGB 196 67 22 -
CMYK 0 0.66 0.89 0.23
HSL 15.52º 0.8% 0.43% -
HSV(B) 15.52º 0.89% 0.77% -
XYZ 24.92 15.81 2.5 -
YUV 100.44 83.74 196.16 -
System Red Green Blue C M Y K H S L
Decimal 196 67 22 0 0.66 0.89 0.23 15.52 0.8 0.43
Hex C4 43 16 0 42 59 17 10 50 2B
Octal 304 103 26 0 102 131 27 20 120 53
Binary 11000100 1000011 10110 0 1000010 1011001 10111 10000 1010000 101011

Color Harmonies of #C44316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44316

Black with #C44316

Text Example


Text Example

White with #C44316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44316; }

 p { color: rgb(196,67,22); }

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

background-color css

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

 a { background-color: rgb(196,67,22); }

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

border-color css

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

 span { border-color: rgb(196,67,22); }

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