Html Css Color HEX #C24A00 Tenne (Tawny)

📋 copy color: '#C24A00'

red 194 ◦ green 74 ◦ blue 0

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

Shades of Tenne (Tawny) #C24A00

Tints of Tenne (Tawny) #C24A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.39%
G = 27.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C24A00 (or 0xC24A00) is known color: Tenne (Tawny). HEX triplet: C2, 4A and 00. RGB value is (194,74,0). Sum of RGB (Red+Green+Blue) = 194+74+0=268 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.39% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24A00 is #3DB5FF. Grayscale: #656565. Windows color (decimal): -4044288 or 19138. OLE color: 19138.

HSL color Cylindrical-coordinate representation of color #C24A00: hue angle of 22.89º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C24A00 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 74 0 -
CMYK 0 0.62 1 0.24
HSL 22.89º 1% 0.38% -
HSV(B) 22.89º 1% 0.76% -
XYZ 24.7 16.37 1.86 -
YUV 101.44 70.76 194.02 -
System Red Green Blue C M Y K H S L
Decimal 194 74 0 0 0.62 1 0.24 22.89 1 0.38
Hex C2 4A 0 0 3E 64 18 17 64 26
Octal 302 112 0 0 76 144 30 27 144 46
Binary 11000010 1001010 0 0 111110 1100100 11000 10111 1100100 100110

Color Harmonies of #C24A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24A00

Black with #C24A00

Text Example


Text Example

White with #C24A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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