Html Css Color HEX #C3430C Rust

📋 copy color: '#C3430C'

red 195 ◦ green 67 ◦ blue 12

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

Shades of Rust #C3430C

Tints of Rust #C3430C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.45%

 BLUE value IS 12 (5.08% from 255) = 4.38%

R = 71.17%
G = 24.45%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3430C (or 0xC3430C) is known color: Rust. HEX triplet: C3, 43 and 0C. RGB value is (195,67,12). Sum of RGB (Red+Green+Blue) = 195+67+12=274 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.17% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 195 - color contains mainly: red. Hex color #C3430C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3430C is #3CBCF3. Grayscale: #636363. Windows color (decimal): -3980532 or 803779. OLE color: 803779.

HSL color Cylindrical-coordinate representation of color #C3430C: hue angle of 18.03º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3430C is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 67 12 -
CMYK 0 0.66 0.94 0.24
HSL 18.03º 0.88% 0.41% -
HSV(B) 18.03º 0.94% 0.76% -
XYZ 24.58 15.64 2.07 -
YUV 99 78.91 196.47 -
System Red Green Blue C M Y K H S L
Decimal 195 67 12 0 0.66 0.94 0.24 18.03 0.88 0.41
Hex C3 43 C 0 42 5E 18 12 58 29
Octal 303 103 14 0 102 136 30 22 130 51
Binary 11000011 1000011 1100 0 1000010 1011110 11000 10010 1011000 101001

Color Harmonies of #C3430C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3430C

Black with #C3430C

Text Example


Text Example

White with #C3430C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3430C; }

 p { color: rgb(195,67,12); }

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

background-color css

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

 a { background-color: rgb(195,67,12); }

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

border-color css

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

 span { border-color: rgb(195,67,12); }

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