Html Css Color HEX #C4450C Rust

📋 copy color: '#C4450C'

red 196 ◦ green 69 ◦ blue 12

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

Shades of Rust #C4450C

Tints of Rust #C4450C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.91%

 BLUE value IS 12 (5.08% from 255) = 4.33%

R = 70.76%
G = 24.91%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4450C (or 0xC4450C) is known color: Rust. HEX triplet: C4, 45 and 0C. RGB value is (196,69,12). Sum of RGB (Red+Green+Blue) = 196+69+12=277 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.76% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 196 - color contains mainly: red. Hex color #C4450C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4450C is #3BBAF3. Grayscale: #646464. Windows color (decimal): -3914484 or 804292. OLE color: 804292.

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

Color convert

RGB 196 69 12 -
CMYK 0 0.65 0.94 0.23
HSL 18.59º 0.88% 0.41% -
HSV(B) 18.59º 0.94% 0.77% -
XYZ 24.96 16.02 2.12 -
YUV 100.48 78.08 196.13 -
System Red Green Blue C M Y K H S L
Decimal 196 69 12 0 0.65 0.94 0.23 18.59 0.88 0.41
Hex C4 45 C 0 41 5E 17 13 58 29
Octal 304 105 14 0 101 136 27 23 130 51
Binary 11000100 1000101 1100 0 1000001 1011110 10111 10011 1011000 101001

Color Harmonies of #C4450C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4450C

Black with #C4450C

Text Example


Text Example

White with #C4450C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4450C; }

 p { color: rgb(196,69,12); }

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

background-color css

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

 a { background-color: rgb(196,69,12); }

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

border-color css

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

 span { border-color: rgb(196,69,12); }

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