Html Css Color HEX #CA3F00 Rust

📋 copy color: '#CA3F00'

red 202 ◦ green 63 ◦ blue 0

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

Shades of Rust #CA3F00

Tints of Rust #CA3F00

RGB

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

 GREEN value IS 63 (25% from 255) = 23.77%

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

R = 76.23%
G = 23.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CA3F00 (or 0xCA3F00) is known color: Rust. HEX triplet: CA, 3F and 00. RGB value is (202,63,0). Sum of RGB (Red+Green+Blue) = 202+63+0=265 (35% of max value = 765). Red value is 202 (79.30% from 255 or 76.23% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3F00 is #35C0FF. Grayscale: #616161. Windows color (decimal): -3522816 or 16330. OLE color: 16330.

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

Color convert

RGB 202 63 0 -
CMYK 0 0.69 1 0.21
HSL 18.71º 1% 0.4% -
HSV(B) 18.71º 1% 0.79% -
XYZ 26.13 16.11 1.73 -
YUV 97.38 73.05 202.62 -
System Red Green Blue C M Y K H S L
Decimal 202 63 0 0 0.69 1 0.21 18.71 1 0.4
Hex CA 3F 0 0 45 64 15 13 64 28
Octal 312 77 0 0 105 144 25 23 144 50
Binary 11001010 111111 0 0 1000101 1100100 10101 10011 1100100 101000

Color Harmonies of #CA3F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3F00

Black with #CA3F00

Text Example


Text Example

White with #CA3F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3F00; }

 p { color: rgb(202,63,0); }

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

background-color css

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

 a { background-color: rgb(202,63,0); }

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

border-color css

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

 span { border-color: rgb(202,63,0); }

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