Html Css Color HEX #C24702 Rust

📋 copy color: '#C24702'

red 194 ◦ green 71 ◦ blue 2

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

Shades of Rust #C24702

Tints of Rust #C24702

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.59%

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 72.66%
G = 26.59%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C24702 (or 0xC24702) is known color: Rust. HEX triplet: C2, 47 and 02. RGB value is (194,71,2). Sum of RGB (Red+Green+Blue) = 194+71+2=267 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.66% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 194 - color contains mainly: red. Hex color #C24702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24702 is #3DB8FD. Grayscale: #646464. Windows color (decimal): -4045054 or 149442. OLE color: 149442.

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

Color convert

RGB 194 71 2 -
CMYK 0 0.63 0.99 0.24
HSL 21.56º 0.98% 0.38% -
HSV(B) 21.56º 0.99% 0.76% -
XYZ 24.51 15.98 1.85 -
YUV 99.91 72.75 195.11 -
System Red Green Blue C M Y K H S L
Decimal 194 71 2 0 0.63 0.99 0.24 21.56 0.98 0.38
Hex C2 47 2 0 3F 63 18 16 62 26
Octal 302 107 2 0 77 143 30 26 142 46
Binary 11000010 1000111 10 0 111111 1100011 11000 10110 1100010 100110

Color Harmonies of #C24702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24702

Black with #C24702

Text Example


Text Example

White with #C24702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24702; }

 p { color: rgb(194,71,2); }

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

background-color css

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

 a { background-color: rgb(194,71,2); }

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

border-color css

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

 span { border-color: rgb(194,71,2); }

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