Html Css Color HEX #C53B00 Rust

📋 copy color: '#C53B00'

red 197 ◦ green 59 ◦ blue 0

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

Shades of Rust #C53B00

Tints of Rust #C53B00

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.05%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.95%
G = 23.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C53B00 (or 0xC53B00) is known color: Rust. HEX triplet: C5, 3B and 00. RGB value is (197,59,0). Sum of RGB (Red+Green+Blue) = 197+59+0=256 (33% of max value = 765). Red value is 197 (77.34% from 255 or 76.95% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53B00 is #3AC4FF. Grayscale: #5D5D5D. Windows color (decimal): -3851520 or 15301. OLE color: 15301.

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

Color convert

RGB 197 59 0 -
CMYK 0 0.70 1 0.23
HSL 17.97º 1% 0.39% -
HSV(B) 17.97º 1% 0.77% -
XYZ 24.59 15 1.6 -
YUV 93.54 75.22 201.8 -
System Red Green Blue C M Y K H S L
Decimal 197 59 0 0 0.70 1 0.23 17.97 1 0.39
Hex C5 3B 0 0 46 64 17 12 64 27
Octal 305 73 0 0 106 144 27 22 144 47
Binary 11000101 111011 0 0 1000110 1100100 10111 10010 1100100 100111

Color Harmonies of #C53B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53B00

Black with #C53B00

Text Example


Text Example

White with #C53B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53B00; }

 p { color: rgb(197,59,0); }

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

background-color css

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

 a { background-color: rgb(197,59,0); }

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

border-color css

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

 span { border-color: rgb(197,59,0); }

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