Html Css Color HEX #C24101 Rust

📋 copy color: '#C24101'

red 194 ◦ green 65 ◦ blue 1

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

Shades of Rust #C24101

Tints of Rust #C24101

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 74.62%
G = 25%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C24101 (or 0xC24101) is known color: Rust. HEX triplet: C2, 41 and 01. RGB value is (194,65,1). Sum of RGB (Red+Green+Blue) = 194+65+1=260 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.62% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 194 - color contains mainly: red. Hex color #C24101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24101 is #3DBEFE. Grayscale: #606060. Windows color (decimal): -4046591 or 82370. OLE color: 82370.

HSL color Cylindrical-coordinate representation of color #C24101: hue angle of 19.9º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C24101 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 65 1 -
CMYK 0 0.66 0.99 0.24
HSL 19.9º 0.99% 0.38% -
HSV(B) 19.9º 0.99% 0.76% -
XYZ 24.14 15.25 1.7 -
YUV 96.28 74.24 197.7 -
System Red Green Blue C M Y K H S L
Decimal 194 65 1 0 0.66 0.99 0.24 19.9 0.99 0.38
Hex C2 41 1 0 42 63 18 14 63 26
Octal 302 101 1 0 102 143 30 24 143 46
Binary 11000010 1000001 1 0 1000010 1100011 11000 10100 1100011 100110

Color Harmonies of #C24101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24101

Black with #C24101

Text Example


Text Example

White with #C24101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24101; }

 p { color: rgb(194,65,1); }

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

background-color css

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

 a { background-color: rgb(194,65,1); }

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

border-color css

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

 span { border-color: rgb(194,65,1); }

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