Html Css Color HEX #C34502 Rust

📋 copy color: '#C34502'

red 195 ◦ green 69 ◦ blue 2

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

Shades of Rust #C34502

Tints of Rust #C34502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.94%

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 73.31%
G = 25.94%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C34502 (or 0xC34502) is known color: Rust. HEX triplet: C3, 45 and 02. RGB value is (195,69,2). Sum of RGB (Red+Green+Blue) = 195+69+2=266 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.31% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 195 - color contains mainly: red. Hex color #C34502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34502 is #3CBAFD. Grayscale: #636363. Windows color (decimal): -3980030 or 148931. OLE color: 148931.

HSL color Cylindrical-coordinate representation of color #C34502: hue angle of 20.83º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C34502 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 69 2 -
CMYK 0 0.65 0.99 0.24
HSL 20.83º 0.98% 0.39% -
HSV(B) 20.83º 0.99% 0.76% -
XYZ 24.64 15.86 1.82 -
YUV 99.04 73.24 196.45 -
System Red Green Blue C M Y K H S L
Decimal 195 69 2 0 0.65 0.99 0.24 20.83 0.98 0.39
Hex C3 45 2 0 41 63 18 15 62 27
Octal 303 105 2 0 101 143 30 25 142 47
Binary 11000011 1000101 10 0 1000001 1100011 11000 10101 1100010 100111

Color Harmonies of #C34502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34502

Black with #C34502

Text Example


Text Example

White with #C34502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34502; }

 p { color: rgb(195,69,2); }

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

background-color css

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

 a { background-color: rgb(195,69,2); }

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

border-color css

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

 span { border-color: rgb(195,69,2); }

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