Html Css Color HEX #C54315 Rust

📋 copy color: '#C54315'

red 197 ◦ green 67 ◦ blue 21

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

Shades of Rust #C54315

Tints of Rust #C54315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.37%

R = 69.12%
G = 23.51%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C54315 (or 0xC54315) is known color: Rust. HEX triplet: C5, 43 and 15. RGB value is (197,67,21). Sum of RGB (Red+Green+Blue) = 197+67+21=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C54315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54315 is #3ABCEA. Grayscale: #646464. Windows color (decimal): -3849451 or 1393605. OLE color: 1393605.

HSL color Cylindrical-coordinate representation of color #C54315: hue angle of 15.68º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C54315 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 67 21 -
CMYK 0 0.66 0.89 0.23
HSL 15.68º 0.81% 0.43% -
HSV(B) 15.68º 0.89% 0.77% -
XYZ 25.17 15.94 2.46 -
YUV 100.63 83.07 196.74 -
System Red Green Blue C M Y K H S L
Decimal 197 67 21 0 0.66 0.89 0.23 15.68 0.81 0.43
Hex C5 43 15 0 42 59 17 10 51 2B
Octal 305 103 25 0 102 131 27 20 121 53
Binary 11000101 1000011 10101 0 1000010 1011001 10111 10000 1010001 101011

Color Harmonies of #C54315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54315

Black with #C54315

Text Example


Text Example

White with #C54315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54315; }

 p { color: rgb(197,67,21); }

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

background-color css

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

 a { background-color: rgb(197,67,21); }

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

border-color css

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

 span { border-color: rgb(197,67,21); }

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