Html Css Color HEX #C44F1B Rust

📋 copy color: '#C44F1B'

red 196 ◦ green 79 ◦ blue 27

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

Shades of Rust #C44F1B

Tints of Rust #C44F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.94%

R = 64.9%
G = 26.16%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C44F1B (or 0xC44F1B) is known color: Rust. HEX triplet: C4, 4F and 1B. RGB value is (196,79,27). Sum of RGB (Red+Green+Blue) = 196+79+27=302 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.90% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C44F1B is #3BB0E4. Grayscale: #6C6C6C. Windows color (decimal): -3911909 or 1789892. OLE color: 1789892.

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

Color convert

RGB 196 79 27 -
CMYK 0 0.60 0.86 0.23
HSL 18.46º 0.76% 0.44% -
HSV(B) 18.46º 0.86% 0.77% -
XYZ 25.76 17.41 3.04 -
YUV 108.06 82.26 190.73 -
System Red Green Blue C M Y K H S L
Decimal 196 79 27 0 0.60 0.86 0.23 18.46 0.76 0.44
Hex C4 4F 1B 0 3C 56 17 12 4C 2C
Octal 304 117 33 0 74 126 27 22 114 54
Binary 11000100 1001111 11011 0 111100 1010110 10111 10010 1001100 101100

Color Harmonies of #C44F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44F1B

Black with #C44F1B

Text Example


Text Example

White with #C44F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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