Html Css Color HEX #C25314 Rust

📋 copy color: '#C25314'

red 194 ◦ green 83 ◦ blue 20

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

Shades of Rust #C25314

Tints of Rust #C25314

RGB

 RED value IS 194 (76.17% from 255) = 65.32%

 GREEN value IS 83 (32.81% from 255) = 27.95%

 BLUE value IS 20 (8.2% from 255) = 6.73%

R = 65.32%
G = 27.95%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C25314 (or 0xC25314) is known color: Rust. HEX triplet: C2, 53 and 14. RGB value is (194,83,20). Sum of RGB (Red+Green+Blue) = 194+83+20=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C25314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25314 is #3DACEB. Grayscale: #6D6D6D. Windows color (decimal): -4041964 or 1332162. OLE color: 1332162.

HSL color Cylindrical-coordinate representation of color #C25314: hue angle of 21.72º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C25314 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 83 20 -
CMYK 0 0.57 0.90 0.24
HSL 21.72º 0.81% 0.42% -
HSV(B) 21.72º 0.9% 0.76% -
XYZ 25.47 17.71 2.74 -
YUV 109.01 77.77 188.62 -
System Red Green Blue C M Y K H S L
Decimal 194 83 20 0 0.57 0.90 0.24 21.72 0.81 0.42
Hex C2 53 14 0 39 5A 18 16 51 2A
Octal 302 123 24 0 71 132 30 26 121 52
Binary 11000010 1010011 10100 0 111001 1011010 11000 10110 1010001 101010

Color Harmonies of #C25314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25314

Black with #C25314

Text Example


Text Example

White with #C25314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25314; }

 p { color: rgb(194,83,20); }

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

background-color css

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

 a { background-color: rgb(194,83,20); }

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

border-color css

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

 span { border-color: rgb(194,83,20); }

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