Html Css Color HEX #C54502 Rust

📋 copy color: '#C54502'

red 197 ◦ green 69 ◦ blue 2

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

Shades of Rust #C54502

Tints of Rust #C54502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.75%

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

R = 73.51%
G = 25.75%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C54502 (or 0xC54502) is known color: Rust. HEX triplet: C5, 45 and 02. RGB value is (197,69,2). Sum of RGB (Red+Green+Blue) = 197+69+2=268 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.51% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 197 - color contains mainly: red. Hex color #C54502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54502 is #3ABAFD. Grayscale: #646464. Windows color (decimal): -3848958 or 148933. OLE color: 148933.

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

Color convert

RGB 197 69 2 -
CMYK 0 0.65 0.99 0.23
HSL 20.62º 0.98% 0.39% -
HSV(B) 20.62º 0.99% 0.77% -
XYZ 25.17 16.13 1.84 -
YUV 99.63 72.91 197.45 -
System Red Green Blue C M Y K H S L
Decimal 197 69 2 0 0.65 0.99 0.23 20.62 0.98 0.39
Hex C5 45 2 0 41 63 17 15 62 27
Octal 305 105 2 0 101 143 27 25 142 47
Binary 11000101 1000101 10 0 1000001 1100011 10111 10101 1100010 100111

Color Harmonies of #C54502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54502

Black with #C54502

Text Example


Text Example

White with #C54502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54502; }

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

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

background-color css

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

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

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

border-color css

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

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

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