Html Css Color HEX #C34305 Rust

📋 copy color: '#C34305'

red 195 ◦ green 67 ◦ blue 5

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

Shades of Rust #C34305

Tints of Rust #C34305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.87%

R = 73.03%
G = 25.09%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C34305 (or 0xC34305) is known color: Rust. HEX triplet: C3, 43 and 05. RGB value is (195,67,5). Sum of RGB (Red+Green+Blue) = 195+67+5=267 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.03% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 195 - color contains mainly: red. Hex color #C34305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34305 is #3CBCFA. Grayscale: #626262. Windows color (decimal): -3980539 or 345027. OLE color: 345027.

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

Color convert

RGB 195 67 5 -
CMYK 0 0.66 0.97 0.24
HSL 19.58º 0.95% 0.39% -
HSV(B) 19.58º 0.97% 0.76% -
XYZ 24.54 15.63 1.87 -
YUV 98.2 75.41 197.04 -
System Red Green Blue C M Y K H S L
Decimal 195 67 5 0 0.66 0.97 0.24 19.58 0.95 0.39
Hex C3 43 5 0 42 61 18 14 5F 27
Octal 303 103 5 0 102 141 30 24 137 47
Binary 11000011 1000011 101 0 1000010 1100001 11000 10100 1011111 100111

Color Harmonies of #C34305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34305

Black with #C34305

Text Example


Text Example

White with #C34305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34305; }

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

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

background-color css

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

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

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

border-color css

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

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

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