Html Css Color HEX #C34001 Rust

📋 copy color: '#C34001'

red 195 ◦ green 64 ◦ blue 1

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

Shades of Rust #C34001

Tints of Rust #C34001

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.62%

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

R = 75%
G = 24.62%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C34001 (or 0xC34001) is known color: Rust. HEX triplet: C3, 40 and 01. RGB value is (195,64,1). Sum of RGB (Red+Green+Blue) = 195+64+1=260 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 195 - color contains mainly: red. Hex color #C34001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34001 is #3CBFFE. Grayscale: #606060. Windows color (decimal): -3981311 or 82115. OLE color: 82115.

HSL color Cylindrical-coordinate representation of color #C34001: hue angle of 19.48º 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 #C34001 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 64 1 -
CMYK 0 0.67 0.99 0.24
HSL 19.48º 0.99% 0.38% -
HSV(B) 19.48º 0.99% 0.76% -
XYZ 24.34 15.27 1.69 -
YUV 95.99 74.4 198.62 -
System Red Green Blue C M Y K H S L
Decimal 195 64 1 0 0.67 0.99 0.24 19.48 0.99 0.38
Hex C3 40 1 0 43 63 18 13 63 26
Octal 303 100 1 0 103 143 30 23 143 46
Binary 11000011 1000000 1 0 1000011 1100011 11000 10011 1100011 100110

Color Harmonies of #C34001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34001

Black with #C34001

Text Example


Text Example

White with #C34001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34001; }

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

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

background-color css

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

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

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

border-color css

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

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

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