Html Css Color HEX #C04A08 Rust

📋 copy color: '#C04A08'

red 192 ◦ green 74 ◦ blue 8

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

Shades of Rust #C04A08

Tints of Rust #C04A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.92%

R = 70.07%
G = 27.01%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C04A08 (or 0xC04A08) is known color: Rust. HEX triplet: C0, 4A and 08. RGB value is (192,74,8). Sum of RGB (Red+Green+Blue) = 192+74+8=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04A08 is #3FB5F7. Grayscale: #666666. Windows color (decimal): -4175352 or 543424. OLE color: 543424.

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

Color convert

RGB 192 74 8 -
CMYK 0 0.61 0.96 0.25
HSL 21.52º 0.92% 0.39% -
HSV(B) 21.52º 0.96% 0.75% -
XYZ 24.23 16.12 2.06 -
YUV 101.76 75.09 192.37 -
System Red Green Blue C M Y K H S L
Decimal 192 74 8 0 0.61 0.96 0.25 21.52 0.92 0.39
Hex C0 4A 8 0 3D 60 19 16 5C 27
Octal 300 112 10 0 75 140 31 26 134 47
Binary 11000000 1001010 1000 0 111101 1100000 11001 10110 1011100 100111

Color Harmonies of #C04A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04A08

Black with #C04A08

Text Example


Text Example

White with #C04A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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