Html Css Color HEX #C53D0A Rust

📋 copy color: '#C53D0A'

red 197 ◦ green 61 ◦ blue 10

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

Shades of Rust #C53D0A

Tints of Rust #C53D0A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.76%

 BLUE value IS 10 (4.3% from 255) = 3.73%

R = 73.51%
G = 22.76%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C53D0A (or 0xC53D0A) is known color: Rust. HEX triplet: C5, 3D and 0A. RGB value is (197,61,10). Sum of RGB (Red+Green+Blue) = 197+61+10=268 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.51% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53D0A is #3AC2F5. Grayscale: #606060. Windows color (decimal): -3850998 or 671173. OLE color: 671173.

HSL color Cylindrical-coordinate representation of color #C53D0A: hue angle of 16.36º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C53D0A is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 61 10 -
CMYK 0 0.69 0.95 0.23
HSL 16.36º 0.9% 0.41% -
HSV(B) 16.36º 0.95% 0.77% -
XYZ 24.75 15.23 1.92 -
YUV 95.85 79.56 200.15 -
System Red Green Blue C M Y K H S L
Decimal 197 61 10 0 0.69 0.95 0.23 16.36 0.9 0.41
Hex C5 3D A 0 45 5F 17 10 5A 29
Octal 305 75 12 0 105 137 27 20 132 51
Binary 11000101 111101 1010 0 1000101 1011111 10111 10000 1011010 101001

Color Harmonies of #C53D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53D0A

Black with #C53D0A

Text Example


Text Example

White with #C53D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53D0A; }

 p { color: rgb(197,61,10); }

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

background-color css

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

 a { background-color: rgb(197,61,10); }

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

border-color css

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

 span { border-color: rgb(197,61,10); }

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