Html Css Color HEX #CA430A Rust

📋 copy color: '#CA430A'

red 202 ◦ green 67 ◦ blue 10

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

Shades of Rust #CA430A

Tints of Rust #CA430A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.01%

 BLUE value IS 10 (4.3% from 255) = 3.58%

R = 72.4%
G = 24.01%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#CA430A (or 0xCA430A) is known color: Rust. HEX triplet: CA, 43 and 0A. RGB value is (202,67,10). Sum of RGB (Red+Green+Blue) = 202+67+10=279 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.40% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 202 - color contains mainly: red. Hex color #CA430A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA430A is #35BCF5. Grayscale: #656565. Windows color (decimal): -3521782 or 672714. OLE color: 672714.

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

Color convert

RGB 202 67 10 -
CMYK 0 0.67 0.95 0.21
HSL 17.81º 0.91% 0.42% -
HSV(B) 17.81º 0.95% 0.79% -
XYZ 26.42 16.59 2.1 -
YUV 100.87 76.73 200.13 -
System Red Green Blue C M Y K H S L
Decimal 202 67 10 0 0.67 0.95 0.21 17.81 0.91 0.42
Hex CA 43 A 0 43 5F 15 12 5B 2A
Octal 312 103 12 0 103 137 25 22 133 52
Binary 11001010 1000011 1010 0 1000011 1011111 10101 10010 1011011 101010

Color Harmonies of #CA430A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA430A

Black with #CA430A

Text Example


Text Example

White with #CA430A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA430A; }

 p { color: rgb(202,67,10); }

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

background-color css

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

 a { background-color: rgb(202,67,10); }

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

border-color css

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

 span { border-color: rgb(202,67,10); }

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