Html Css Color HEX #CA4001 Rust

📋 copy color: '#CA4001'

red 202 ◦ green 64 ◦ blue 1

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

Shades of Rust #CA4001

Tints of Rust #CA4001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 75.66%
G = 23.97%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#CA4001 (or 0xCA4001) is known color: Rust. HEX triplet: CA, 40 and 01. RGB value is (202,64,1). Sum of RGB (Red+Green+Blue) = 202+64+1=267 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.66% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4001 is #35BFFE. Grayscale: #626262. Windows color (decimal): -3522559 or 82122. OLE color: 82122.

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

Color convert

RGB 202 64 1 -
CMYK 0 0.68 1.00 0.21
HSL 18.81º 0.99% 0.4% -
HSV(B) 18.81º 1% 0.79% -
XYZ 26.2 16.23 1.78 -
YUV 98.08 73.22 202.12 -
System Red Green Blue C M Y K H S L
Decimal 202 64 1 0 0.68 1.00 0.21 18.81 0.99 0.4
Hex CA 40 1 0 44 64 15 13 63 28
Octal 312 100 1 0 104 144 25 23 143 50
Binary 11001010 1000000 1 0 1000100 1100100 10101 10011 1100011 101000

Color Harmonies of #CA4001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4001

Black with #CA4001

Text Example


Text Example

White with #CA4001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4001; }

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

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

background-color css

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

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

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

border-color css

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

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

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