Html Css Color HEX #C54102 Rust

📋 copy color: '#C54102'

red 197 ◦ green 65 ◦ blue 2

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

Shades of Rust #C54102

Tints of Rust #C54102

RGB

 RED value IS 197 (77.34% from 255) = 74.62%

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

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

R = 74.62%
G = 24.62%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C54102 (or 0xC54102) is known color: Rust. HEX triplet: C5, 41 and 02. RGB value is (197,65,2). Sum of RGB (Red+Green+Blue) = 197+65+2=264 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.62% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 197 - color contains mainly: red. Hex color #C54102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54102 is #3ABEFD. Grayscale: #616161. Windows color (decimal): -3849982 or 147909. OLE color: 147909.

HSL color Cylindrical-coordinate representation of color #C54102: hue angle of 19.38º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C54102 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 65 2 -
CMYK 0 0.67 0.99 0.23
HSL 19.38º 0.98% 0.39% -
HSV(B) 19.38º 0.99% 0.77% -
XYZ 24.93 15.66 1.77 -
YUV 97.29 74.23 199.12 -
System Red Green Blue C M Y K H S L
Decimal 197 65 2 0 0.67 0.99 0.23 19.38 0.98 0.39
Hex C5 41 2 0 43 63 17 13 62 27
Octal 305 101 2 0 103 143 27 23 142 47
Binary 11000101 1000001 10 0 1000011 1100011 10111 10011 1100010 100111

Color Harmonies of #C54102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54102

Black with #C54102

Text Example


Text Example

White with #C54102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54102; }

 p { color: rgb(197,65,2); }

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

background-color css

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

 a { background-color: rgb(197,65,2); }

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

border-color css

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

 span { border-color: rgb(197,65,2); }

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