Html Css Color HEX #C24401 Rust

📋 copy color: '#C24401'

red 194 ◦ green 68 ◦ blue 1

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

Shades of Rust #C24401

Tints of Rust #C24401

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.86%

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

R = 73.76%
G = 25.86%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C24401 (or 0xC24401) is known color: Rust. HEX triplet: C2, 44 and 01. RGB value is (194,68,1). Sum of RGB (Red+Green+Blue) = 194+68+1=263 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.76% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 194 - color contains mainly: red. Hex color #C24401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24401 is #3DBBFE. Grayscale: #626262. Windows color (decimal): -4045823 or 83138. OLE color: 83138.

HSL color Cylindrical-coordinate representation of color #C24401: hue angle of 20.83º 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 #C24401 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 68 1 -
CMYK 0 0.65 0.99 0.24
HSL 20.83º 0.99% 0.38% -
HSV(B) 20.83º 0.99% 0.76% -
XYZ 24.32 15.61 1.76 -
YUV 98.04 73.24 196.45 -
System Red Green Blue C M Y K H S L
Decimal 194 68 1 0 0.65 0.99 0.24 20.83 0.99 0.38
Hex C2 44 1 0 41 63 18 15 63 26
Octal 302 104 1 0 101 143 30 25 143 46
Binary 11000010 1000100 1 0 1000001 1100011 11000 10101 1100011 100110

Color Harmonies of #C24401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24401

Black with #C24401

Text Example


Text Example

White with #C24401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24401; }

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

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

background-color css

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

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

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

border-color css

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

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

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