Html Css Color HEX #C34304 Rust

📋 copy color: '#C34304'

red 195 ◦ green 67 ◦ blue 4

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

Shades of Rust #C34304

Tints of Rust #C34304

RGB

 RED value IS 195 (76.56% from 255) = 73.31%

 GREEN value IS 67 (26.56% from 255) = 25.19%

 BLUE value IS 4 (1.95% from 255) = 1.5%

R = 73.31%
G = 25.19%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C34304 (or 0xC34304) is known color: Rust. HEX triplet: C3, 43 and 04. RGB value is (195,67,4). Sum of RGB (Red+Green+Blue) = 195+67+4=266 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.31% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 195 - color contains mainly: red. Hex color #C34304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34304 is #3CBCFB. Grayscale: #626262. Windows color (decimal): -3980540 or 279491. OLE color: 279491.

HSL color Cylindrical-coordinate representation of color #C34304: hue angle of 19.79º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C34304 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 67 4 -
CMYK 0 0.66 0.98 0.24
HSL 19.79º 0.96% 0.39% -
HSV(B) 19.79º 0.98% 0.76% -
XYZ 24.53 15.63 1.84 -
YUV 98.09 74.91 197.12 -
System Red Green Blue C M Y K H S L
Decimal 195 67 4 0 0.66 0.98 0.24 19.79 0.96 0.39
Hex C3 43 4 0 42 62 18 14 60 27
Octal 303 103 4 0 102 142 30 24 140 47
Binary 11000011 1000011 100 0 1000010 1100010 11000 10100 1100000 100111

Color Harmonies of #C34304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34304

Black with #C34304

Text Example


Text Example

White with #C34304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34304; }

 p { color: rgb(195,67,4); }

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

background-color css

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

 a { background-color: rgb(195,67,4); }

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

border-color css

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

 span { border-color: rgb(195,67,4); }

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