Html Css Color HEX #C24B07 Rust

📋 copy color: '#C24B07'

red 194 ◦ green 75 ◦ blue 7

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

Shades of Rust #C24B07

Tints of Rust #C24B07

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.17%

 BLUE value IS 7 (3.13% from 255) = 2.54%

R = 70.29%
G = 27.17%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C24B07 (or 0xC24B07) is known color: Rust. HEX triplet: C2, 4B and 07. RGB value is (194,75,7). Sum of RGB (Red+Green+Blue) = 194+75+7=276 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.29% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 7 (3.12% from 255 or 2.54% from 276); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24B07 is #3DB4F8. Grayscale: #676767. Windows color (decimal): -4044025 or 478146. OLE color: 478146.

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

Color convert

RGB 194 75 7 -
CMYK 0 0.61 0.96 0.24
HSL 21.82º 0.93% 0.39% -
HSV(B) 21.82º 0.96% 0.76% -
XYZ 24.8 16.52 2.08 -
YUV 102.83 73.92 193.03 -
System Red Green Blue C M Y K H S L
Decimal 194 75 7 0 0.61 0.96 0.24 21.82 0.93 0.39
Hex C2 4B 7 0 3D 60 18 16 5D 27
Octal 302 113 7 0 75 140 30 26 135 47
Binary 11000010 1001011 111 0 111101 1100000 11000 10110 1011101 100111

Color Harmonies of #C24B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24B07

Black with #C24B07

Text Example


Text Example

White with #C24B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24B07; }

 p { color: rgb(194,75,7); }

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

background-color css

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

 a { background-color: rgb(194,75,7); }

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

border-color css

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

 span { border-color: rgb(194,75,7); }

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