Html Css Color HEX #C04A0F Rust

📋 copy color: '#C04A0F'

red 192 ◦ green 74 ◦ blue 15

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

Shades of Rust #C04A0F

Tints of Rust #C04A0F

RGB

 RED value IS 192 (75.39% from 255) = 68.33%

 GREEN value IS 74 (29.3% from 255) = 26.33%

 BLUE value IS 15 (6.25% from 255) = 5.34%

R = 68.33%
G = 26.33%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C04A0F (or 0xC04A0F) is known color: Rust. HEX triplet: C0, 4A and 0F. RGB value is (192,74,15). Sum of RGB (Red+Green+Blue) = 192+74+15=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04A0F is #3FB5F0. Grayscale: #666666. Windows color (decimal): -4175345 or 1002176. OLE color: 1002176.

HSL color Cylindrical-coordinate representation of color #C04A0F: hue angle of 20º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C04A0F is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 74 15 -
CMYK 0 0.61 0.92 0.25
HSL 20º 0.86% 0.41% -
HSV(B) 20º 0.92% 0.75% -
XYZ 24.27 16.14 2.29 -
YUV 102.56 78.59 191.8 -
System Red Green Blue C M Y K H S L
Decimal 192 74 15 0 0.61 0.92 0.25 20 0.86 0.41
Hex C0 4A F 0 3D 5C 19 14 56 29
Octal 300 112 17 0 75 134 31 24 126 51
Binary 11000000 1001010 1111 0 111101 1011100 11001 10100 1010110 101001

Color Harmonies of #C04A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04A0F

Black with #C04A0F

Text Example


Text Example

White with #C04A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04A0F; }

 p { color: rgb(192,74,15); }

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

background-color css

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

 a { background-color: rgb(192,74,15); }

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

border-color css

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

 span { border-color: rgb(192,74,15); }

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