Html Css Color HEX #CA4003 Rust

📋 copy color: '#CA4003'

red 202 ◦ green 64 ◦ blue 3

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

Shades of Rust #CA4003

Tints of Rust #CA4003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.12%

R = 75.09%
G = 23.79%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CA4003 (or 0xCA4003) is known color: Rust. HEX triplet: CA, 40 and 03. RGB value is (202,64,3). Sum of RGB (Red+Green+Blue) = 202+64+3=269 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.09% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4003 is #35BFFC. Grayscale: #626262. Windows color (decimal): -3522557 or 213194. OLE color: 213194.

HSL color Cylindrical-coordinate representation of color #CA4003: hue angle of 18.39º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA4003 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 64 3 -
CMYK 0 0.68 0.99 0.21
HSL 18.39º 0.97% 0.4% -
HSV(B) 18.39º 0.99% 0.79% -
XYZ 26.21 16.23 1.84 -
YUV 98.31 74.22 201.96 -
System Red Green Blue C M Y K H S L
Decimal 202 64 3 0 0.68 0.99 0.21 18.39 0.97 0.4
Hex CA 40 3 0 44 63 15 12 61 28
Octal 312 100 3 0 104 143 25 22 141 50
Binary 11001010 1000000 11 0 1000100 1100011 10101 10010 1100001 101000

Color Harmonies of #CA4003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4003

Black with #CA4003

Text Example


Text Example

White with #CA4003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4003; }

 p { color: rgb(202,64,3); }

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

background-color css

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

 a { background-color: rgb(202,64,3); }

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

border-color css

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

 span { border-color: rgb(202,64,3); }

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