Html Css Color HEX #C24301 Rust

📋 copy color: '#C24301'

red 194 ◦ green 67 ◦ blue 1

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

Shades of Rust #C24301

Tints of Rust #C24301

RGB

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

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

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

R = 74.05%
G = 25.57%
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

#C24301 (or 0xC24301) is known color: Rust. HEX triplet: C2, 43 and 01. RGB value is (194,67,1). Sum of RGB (Red+Green+Blue) = 194+67+1=262 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.05% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 194 - color contains mainly: red. Hex color #C24301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24301 is #3DBCFE. Grayscale: #616161. Windows color (decimal): -4046079 or 82882. OLE color: 82882.

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

Color convert

RGB 194 67 1 -
CMYK 0 0.65 0.99 0.24
HSL 20.52º 0.99% 0.38% -
HSV(B) 20.52º 0.99% 0.76% -
XYZ 24.26 15.49 1.74 -
YUV 97.45 73.58 196.87 -
System Red Green Blue C M Y K H S L
Decimal 194 67 1 0 0.65 0.99 0.24 20.52 0.99 0.38
Hex C2 43 1 0 41 63 18 15 63 26
Octal 302 103 1 0 101 143 30 25 143 46
Binary 11000010 1000011 1 0 1000001 1100011 11000 10101 1100011 100110

Color Harmonies of #C24301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24301

Black with #C24301

Text Example


Text Example

White with #C24301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24301; }

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

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

background-color css

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

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

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

border-color css

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

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

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