Html Css Color HEX #C34201 Rust

📋 copy color: '#C34201'

red 195 ◦ green 66 ◦ blue 1

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

Shades of Rust #C34201

Tints of Rust #C34201

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.19%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 74.43%
G = 25.19%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C34201 (or 0xC34201) is known color: Rust. HEX triplet: C3, 42 and 01. RGB value is (195,66,1). Sum of RGB (Red+Green+Blue) = 195+66+1=262 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.43% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 195 - color contains mainly: red. Hex color #C34201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34201 is #3CBDFE. Grayscale: #616161. Windows color (decimal): -3980799 or 82627. OLE color: 82627.

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

Color convert

RGB 195 66 1 -
CMYK 0 0.66 0.99 0.24
HSL 20.1º 0.99% 0.38% -
HSV(B) 20.1º 0.99% 0.76% -
XYZ 24.46 15.5 1.73 -
YUV 97.16 73.74 197.79 -
System Red Green Blue C M Y K H S L
Decimal 195 66 1 0 0.66 0.99 0.24 20.1 0.99 0.38
Hex C3 42 1 0 42 63 18 14 63 26
Octal 303 102 1 0 102 143 30 24 143 46
Binary 11000011 1000010 1 0 1000010 1100011 11000 10100 1100011 100110

Color Harmonies of #C34201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34201

Black with #C34201

Text Example


Text Example

White with #C34201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34201; }

 p { color: rgb(195,66,1); }

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

background-color css

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

 a { background-color: rgb(195,66,1); }

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

border-color css

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

 span { border-color: rgb(195,66,1); }

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