Html Css Color HEX #C43A02 Rust

📋 copy color: '#C43A02'

red 196 ◦ green 58 ◦ blue 2

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

Shades of Rust #C43A02

Tints of Rust #C43A02

RGB

 RED value IS 196 (76.95% from 255) = 76.56%

 GREEN value IS 58 (23.05% from 255) = 22.66%

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 76.56%
G = 22.66%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C43A02 (or 0xC43A02) is known color: Rust. HEX triplet: C4, 3A and 02. RGB value is (196,58,2). Sum of RGB (Red+Green+Blue) = 196+58+2=256 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.56% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43A02 is #3BC5FD. Grayscale: #5D5D5D. Windows color (decimal): -3917310 or 146116. OLE color: 146116.

HSL color Cylindrical-coordinate representation of color #C43A02: hue angle of 17.32º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C43A02 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 58 2 -
CMYK 0 0.70 0.99 0.23
HSL 17.32º 0.98% 0.39% -
HSV(B) 17.32º 0.99% 0.77% -
XYZ 24.29 14.77 1.63 -
YUV 92.88 76.72 201.55 -
System Red Green Blue C M Y K H S L
Decimal 196 58 2 0 0.70 0.99 0.23 17.32 0.98 0.39
Hex C4 3A 2 0 46 63 17 11 62 27
Octal 304 72 2 0 106 143 27 21 142 47
Binary 11000100 111010 10 0 1000110 1100011 10111 10001 1100010 100111

Color Harmonies of #C43A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43A02

Black with #C43A02

Text Example


Text Example

White with #C43A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43A02; }

 p { color: rgb(196,58,2); }

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

background-color css

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

 a { background-color: rgb(196,58,2); }

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

border-color css

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

 span { border-color: rgb(196,58,2); }

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