Html Css Color HEX #C4430C Rust

📋 copy color: '#C4430C'

red 196 ◦ green 67 ◦ blue 12

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

Shades of Rust #C4430C

Tints of Rust #C4430C

RGB

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

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

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

R = 71.27%
G = 24.36%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4430C (or 0xC4430C) is known color: Rust. HEX triplet: C4, 43 and 0C. RGB value is (196,67,12). Sum of RGB (Red+Green+Blue) = 196+67+12=275 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.27% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 196 - color contains mainly: red. Hex color #C4430C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4430C is #3BBCF3. Grayscale: #636363. Windows color (decimal): -3914996 or 803780. OLE color: 803780.

HSL color Cylindrical-coordinate representation of color #C4430C: hue angle of 17.93º 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 #C4430C is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 67 12 -
CMYK 0 0.66 0.94 0.23
HSL 17.93º 0.88% 0.41% -
HSV(B) 17.93º 0.94% 0.77% -
XYZ 24.84 15.78 2.08 -
YUV 99.3 78.74 196.97 -
System Red Green Blue C M Y K H S L
Decimal 196 67 12 0 0.66 0.94 0.23 17.93 0.88 0.41
Hex C4 43 C 0 42 5E 17 12 58 29
Octal 304 103 14 0 102 136 27 22 130 51
Binary 11000100 1000011 1100 0 1000010 1011110 10111 10010 1011000 101001

Color Harmonies of #C4430C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4430C

Black with #C4430C

Text Example


Text Example

White with #C4430C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4430C; }

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

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

background-color css

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

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

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

border-color css

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

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

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