Html Css Color HEX #C34603 Rust

📋 copy color: '#C34603'

red 195 ◦ green 70 ◦ blue 3

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

Shades of Rust #C34603

Tints of Rust #C34603

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.12%

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

R = 72.76%
G = 26.12%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C34603 (or 0xC34603) is known color: Rust. HEX triplet: C3, 46 and 03. RGB value is (195,70,3). Sum of RGB (Red+Green+Blue) = 195+70+3=268 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.76% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 195 - color contains mainly: red. Hex color #C34603 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34603 is #3CB9FC. Grayscale: #646464. Windows color (decimal): -3979773 or 214723. OLE color: 214723.

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

Color convert

RGB 195 70 3 -
CMYK 0 0.64 0.98 0.24
HSL 20.94º 0.97% 0.39% -
HSV(B) 20.94º 0.98% 0.76% -
XYZ 24.71 15.99 1.87 -
YUV 99.74 73.41 195.95 -
System Red Green Blue C M Y K H S L
Decimal 195 70 3 0 0.64 0.98 0.24 20.94 0.97 0.39
Hex C3 46 3 0 40 62 18 15 61 27
Octal 303 106 3 0 100 142 30 25 141 47
Binary 11000011 1000110 11 0 1000000 1100010 11000 10101 1100001 100111

Color Harmonies of #C34603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34603

Black with #C34603

Text Example


Text Example

White with #C34603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34603; }

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

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

background-color css

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

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

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

border-color css

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

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

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