Html Css Color HEX #C34803 Rust

📋 copy color: '#C34803'

red 195 ◦ green 72 ◦ blue 3

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

Shades of Rust #C34803

Tints of Rust #C34803

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.67%

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

R = 72.22%
G = 26.67%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C34803 (or 0xC34803) is known color: Rust. HEX triplet: C3, 48 and 03. RGB value is (195,72,3). Sum of RGB (Red+Green+Blue) = 195+72+3=270 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.22% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 3 (1.56% from 255 or 1.11% from 270); Max value from RGB is 195 - color contains mainly: red. Hex color #C34803 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34803 is #3CB7FC. Grayscale: #656565. Windows color (decimal): -3979261 or 215235. OLE color: 215235.

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

Color convert

RGB 195 72 3 -
CMYK 0 0.63 0.98 0.24
HSL 21.56º 0.97% 0.39% -
HSV(B) 21.56º 0.98% 0.76% -
XYZ 24.84 16.24 1.91 -
YUV 100.91 72.75 195.11 -
System Red Green Blue C M Y K H S L
Decimal 195 72 3 0 0.63 0.98 0.24 21.56 0.97 0.39
Hex C3 48 3 0 3F 62 18 16 61 27
Octal 303 110 3 0 77 142 30 26 141 47
Binary 11000011 1001000 11 0 111111 1100010 11000 10110 1100001 100111

Color Harmonies of #C34803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34803

Black with #C34803

Text Example


Text Example

White with #C34803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34803; }

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

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

background-color css

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

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

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

border-color css

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

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

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