Html Css Color HEX #C2430F Rust

📋 copy color: '#C2430F'

red 194 ◦ green 67 ◦ blue 15

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

Shades of Rust #C2430F

Tints of Rust #C2430F

RGB

 RED value IS 194 (76.17% from 255) = 70.29%

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

 BLUE value IS 15 (6.25% from 255) = 5.43%

R = 70.29%
G = 24.28%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C2430F (or 0xC2430F) is known color: Rust. HEX triplet: C2, 43 and 0F. RGB value is (194,67,15). Sum of RGB (Red+Green+Blue) = 194+67+15=276 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.29% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 194 - color contains mainly: red. Hex color #C2430F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2430F is #3DBCF0. Grayscale: #636363. Windows color (decimal): -4046065 or 1000386. OLE color: 1000386.

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

Color convert

RGB 194 67 15 -
CMYK 0 0.65 0.92 0.24
HSL 17.43º 0.86% 0.41% -
HSV(B) 17.43º 0.92% 0.76% -
XYZ 24.34 15.52 2.16 -
YUV 99.05 80.58 195.73 -
System Red Green Blue C M Y K H S L
Decimal 194 67 15 0 0.65 0.92 0.24 17.43 0.86 0.41
Hex C2 43 F 0 41 5C 18 11 56 29
Octal 302 103 17 0 101 134 30 21 126 51
Binary 11000010 1000011 1111 0 1000001 1011100 11000 10001 1010110 101001

Color Harmonies of #C2430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2430F

Black with #C2430F

Text Example


Text Example

White with #C2430F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2430F; }

 p { color: rgb(194,67,15); }

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

background-color css

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

 a { background-color: rgb(194,67,15); }

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

border-color css

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

 span { border-color: rgb(194,67,15); }

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