Html Css Color HEX #C2400B Rust

📋 copy color: '#C2400B'

red 194 ◦ green 64 ◦ blue 11

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

Shades of Rust #C2400B

Tints of Rust #C2400B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.79%

 BLUE value IS 11 (4.69% from 255) = 4.09%

R = 72.12%
G = 23.79%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2400B (or 0xC2400B) is known color: Rust. HEX triplet: C2, 40 and 0B. RGB value is (194,64,11). Sum of RGB (Red+Green+Blue) = 194+64+11=269 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.12% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 194 - color contains mainly: red. Hex color #C2400B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2400B is #3DBFF4. Grayscale: #616161. Windows color (decimal): -4046837 or 737474. OLE color: 737474.

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

Color convert

RGB 194 64 11 -
CMYK 0 0.67 0.94 0.24
HSL 17.38º 0.89% 0.4% -
HSV(B) 17.38º 0.94% 0.76% -
XYZ 24.14 15.16 1.97 -
YUV 96.83 79.57 197.31 -
System Red Green Blue C M Y K H S L
Decimal 194 64 11 0 0.67 0.94 0.24 17.38 0.89 0.4
Hex C2 40 B 0 43 5E 18 11 59 28
Octal 302 100 13 0 103 136 30 21 131 50
Binary 11000010 1000000 1011 0 1000011 1011110 11000 10001 1011001 101000

Color Harmonies of #C2400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2400B

Black with #C2400B

Text Example


Text Example

White with #C2400B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2400B; }

 p { color: rgb(194,64,11); }

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

background-color css

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

 a { background-color: rgb(194,64,11); }

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

border-color css

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

 span { border-color: rgb(194,64,11); }

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