Html Css Color HEX #C34A07 Rust

📋 copy color: '#C34A07'

red 195 ◦ green 74 ◦ blue 7

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

Shades of Rust #C34A07

Tints of Rust #C34A07

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.81%

 BLUE value IS 7 (3.13% from 255) = 2.54%

R = 70.65%
G = 26.81%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C34A07 (or 0xC34A07) is known color: Rust. HEX triplet: C3, 4A and 07. RGB value is (195,74,7). Sum of RGB (Red+Green+Blue) = 195+74+7=276 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.65% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 7 (3.12% from 255 or 2.54% from 276); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34A07 is #3CB5F8. Grayscale: #666666. Windows color (decimal): -3978745 or 477891. OLE color: 477891.

HSL color Cylindrical-coordinate representation of color #C34A07: hue angle of 21.38º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C34A07 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 74 7 -
CMYK 0 0.62 0.96 0.24
HSL 21.38º 0.93% 0.4% -
HSV(B) 21.38º 0.96% 0.76% -
XYZ 24.99 16.52 2.07 -
YUV 102.54 74.09 193.95 -
System Red Green Blue C M Y K H S L
Decimal 195 74 7 0 0.62 0.96 0.24 21.38 0.93 0.4
Hex C3 4A 7 0 3E 60 18 15 5D 28
Octal 303 112 7 0 76 140 30 25 135 50
Binary 11000011 1001010 111 0 111110 1100000 11000 10101 1011101 101000

Color Harmonies of #C34A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34A07

Black with #C34A07

Text Example


Text Example

White with #C34A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34A07; }

 p { color: rgb(195,74,7); }

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

background-color css

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

 a { background-color: rgb(195,74,7); }

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

border-color css

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

 span { border-color: rgb(195,74,7); }

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