Html Css Color HEX #C24312 Rust

📋 copy color: '#C24312'

red 194 ◦ green 67 ◦ blue 18

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

Shades of Rust #C24312

Tints of Rust #C24312

RGB

 RED value IS 194 (76.17% from 255) = 69.53%

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

 BLUE value IS 18 (7.42% from 255) = 6.45%

R = 69.53%
G = 24.01%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C24312 (or 0xC24312) is known color: Rust. HEX triplet: C2, 43 and 12. RGB value is (194,67,18). Sum of RGB (Red+Green+Blue) = 194+67+18=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C24312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24312 is #3DBCED. Grayscale: #636363. Windows color (decimal): -4046062 or 1196994. OLE color: 1196994.

HSL color Cylindrical-coordinate representation of color #C24312: hue angle of 16.7º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C24312 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 67 18 -
CMYK 0 0.65 0.91 0.24
HSL 16.7º 0.83% 0.42% -
HSV(B) 16.7º 0.91% 0.76% -
XYZ 24.36 15.53 2.29 -
YUV 99.39 82.08 195.48 -
System Red Green Blue C M Y K H S L
Decimal 194 67 18 0 0.65 0.91 0.24 16.7 0.83 0.42
Hex C2 43 12 0 41 5B 18 11 53 2A
Octal 302 103 22 0 101 133 30 21 123 52
Binary 11000010 1000011 10010 0 1000001 1011011 11000 10001 1010011 101010

Color Harmonies of #C24312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24312

Black with #C24312

Text Example


Text Example

White with #C24312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24312; }

 p { color: rgb(194,67,18); }

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

background-color css

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

 a { background-color: rgb(194,67,18); }

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

border-color css

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

 span { border-color: rgb(194,67,18); }

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