Html Css Color HEX #CA450E Rust

📋 copy color: '#CA450E'

red 202 ◦ green 69 ◦ blue 14

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

Shades of Rust #CA450E

Tints of Rust #CA450E

RGB

 RED value IS 202 (79.3% from 255) = 70.88%

 GREEN value IS 69 (27.34% from 255) = 24.21%

 BLUE value IS 14 (5.86% from 255) = 4.91%

R = 70.88%
G = 24.21%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CA450E (or 0xCA450E) is known color: Rust. HEX triplet: CA, 45 and 0E. RGB value is (202,69,14). Sum of RGB (Red+Green+Blue) = 202+69+14=285 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.88% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 14 (5.86% from 255 or 4.91% from 285); Max value from RGB is 202 - color contains mainly: red. Hex color #CA450E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA450E is #35BAF1. Grayscale: #666666. Windows color (decimal): -3521266 or 935370. OLE color: 935370.

HSL color Cylindrical-coordinate representation of color #CA450E: hue angle of 17.55º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA450E is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 69 14 -
CMYK 0 0.66 0.93 0.21
HSL 17.55º 0.87% 0.42% -
HSV(B) 17.55º 0.93% 0.79% -
XYZ 26.56 16.84 2.27 -
YUV 102.5 78.06 198.97 -
System Red Green Blue C M Y K H S L
Decimal 202 69 14 0 0.66 0.93 0.21 17.55 0.87 0.42
Hex CA 45 E 0 42 5D 15 12 57 2A
Octal 312 105 16 0 102 135 25 22 127 52
Binary 11001010 1000101 1110 0 1000010 1011101 10101 10010 1010111 101010

Color Harmonies of #CA450E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA450E

Black with #CA450E

Text Example


Text Example

White with #CA450E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA450E; }

 p { color: rgb(202,69,14); }

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

background-color css

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

 a { background-color: rgb(202,69,14); }

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

border-color css

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

 span { border-color: rgb(202,69,14); }

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