Html Css Color HEX #C24A0B Rust

📋 copy color: '#C24A0B'

red 194 ◦ green 74 ◦ blue 11

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

Shades of Rust #C24A0B

Tints of Rust #C24A0B

RGB

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

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

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

R = 69.53%
G = 26.52%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C24A0B (or 0xC24A0B) is known color: Rust. HEX triplet: C2, 4A and 0B. RGB value is (194,74,11). Sum of RGB (Red+Green+Blue) = 194+74+11=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24A0B is #3DB5F4. Grayscale: #676767. Windows color (decimal): -4044277 or 740034. OLE color: 740034.

HSL color Cylindrical-coordinate representation of color #C24A0B: hue angle of 20.66º 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 #C24A0B is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 74 11 -
CMYK 0 0.62 0.94 0.24
HSL 20.66º 0.89% 0.4% -
HSV(B) 20.66º 0.94% 0.76% -
XYZ 24.76 16.39 2.18 -
YUV 102.7 76.26 193.12 -
System Red Green Blue C M Y K H S L
Decimal 194 74 11 0 0.62 0.94 0.24 20.66 0.89 0.4
Hex C2 4A B 0 3E 5E 18 15 59 28
Octal 302 112 13 0 76 136 30 25 131 50
Binary 11000010 1001010 1011 0 111110 1011110 11000 10101 1011001 101000

Color Harmonies of #C24A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24A0B

Black with #C24A0B

Text Example


Text Example

White with #C24A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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