Html Css Color HEX #C44F0F Rust

📋 copy color: '#C44F0F'

red 196 ◦ green 79 ◦ blue 15

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

Shades of Rust #C44F0F

Tints of Rust #C44F0F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.24%

 BLUE value IS 15 (6.25% from 255) = 5.17%

R = 67.59%
G = 27.24%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C44F0F (or 0xC44F0F) is known color: Rust. HEX triplet: C4, 4F and 0F. RGB value is (196,79,15). Sum of RGB (Red+Green+Blue) = 196+79+15=290 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.59% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C44F0F is #3BB0F0. Grayscale: #6B6B6B. Windows color (decimal): -3911921 or 1003460. OLE color: 1003460.

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

Color convert

RGB 196 79 15 -
CMYK 0 0.60 0.92 0.23
HSL 21.22º 0.86% 0.41% -
HSV(B) 21.22º 0.92% 0.77% -
XYZ 25.65 17.36 2.45 -
YUV 106.69 76.26 191.7 -
System Red Green Blue C M Y K H S L
Decimal 196 79 15 0 0.60 0.92 0.23 21.22 0.86 0.41
Hex C4 4F F 0 3C 5C 17 15 56 29
Octal 304 117 17 0 74 134 27 25 126 51
Binary 11000100 1001111 1111 0 111100 1011100 10111 10101 1010110 101001

Color Harmonies of #C44F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44F0F

Black with #C44F0F

Text Example


Text Example

White with #C44F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44F0F; }

 p { color: rgb(196,79,15); }

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

background-color css

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

 a { background-color: rgb(196,79,15); }

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

border-color css

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

 span { border-color: rgb(196,79,15); }

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