Html Css Color HEX #C34103 Rust

📋 copy color: '#C34103'

red 195 ◦ green 65 ◦ blue 3

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

Shades of Rust #C34103

Tints of Rust #C34103

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.71%

 BLUE value IS 3 (1.56% from 255) = 1.14%

R = 74.14%
G = 24.71%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C34103 (or 0xC34103) is known color: Rust. HEX triplet: C3, 41 and 03. RGB value is (195,65,3). Sum of RGB (Red+Green+Blue) = 195+65+3=263 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.14% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 195 - color contains mainly: red. Hex color #C34103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34103 is #3CBEFC. Grayscale: #616161. Windows color (decimal): -3981053 or 213443. OLE color: 213443.

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

Color convert

RGB 195 65 3 -
CMYK 0 0.67 0.98 0.24
HSL 19.38º 0.97% 0.39% -
HSV(B) 19.38º 0.98% 0.76% -
XYZ 24.41 15.39 1.77 -
YUV 96.8 75.07 198.04 -
System Red Green Blue C M Y K H S L
Decimal 195 65 3 0 0.67 0.98 0.24 19.38 0.97 0.39
Hex C3 41 3 0 43 62 18 13 61 27
Octal 303 101 3 0 103 142 30 23 141 47
Binary 11000011 1000001 11 0 1000011 1100010 11000 10011 1100001 100111

Color Harmonies of #C34103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34103

Black with #C34103

Text Example


Text Example

White with #C34103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34103; }

 p { color: rgb(195,65,3); }

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

background-color css

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

 a { background-color: rgb(195,65,3); }

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

border-color css

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

 span { border-color: rgb(195,65,3); }

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