Html Css Color HEX #C23A04 Rust

📋 copy color: '#C23A04'

red 194 ◦ green 58 ◦ blue 4

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

Shades of Rust #C23A04

Tints of Rust #C23A04

RGB

 RED value IS 194 (76.17% from 255) = 75.78%

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

 BLUE value IS 4 (1.95% from 255) = 1.56%

R = 75.78%
G = 22.66%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C23A04 (or 0xC23A04) is known color: Rust. HEX triplet: C2, 3A and 04. RGB value is (194,58,4). Sum of RGB (Red+Green+Blue) = 194+58+4=256 (33% of max value = 765). Red value is 194 (76.17% from 255 or 75.78% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23A04 is #3DC5FB. Grayscale: #5C5C5C. Windows color (decimal): -4048380 or 277186. OLE color: 277186.

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

Color convert

RGB 194 58 4 -
CMYK 0 0.70 0.98 0.24
HSL 17.05º 0.96% 0.39% -
HSV(B) 17.05º 0.98% 0.76% -
XYZ 23.78 14.5 1.66 -
YUV 92.51 78.06 200.39 -
System Red Green Blue C M Y K H S L
Decimal 194 58 4 0 0.70 0.98 0.24 17.05 0.96 0.39
Hex C2 3A 4 0 46 62 18 11 60 27
Octal 302 72 4 0 106 142 30 21 140 47
Binary 11000010 111010 100 0 1000110 1100010 11000 10001 1100000 100111

Color Harmonies of #C23A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23A04

Black with #C23A04

Text Example


Text Example

White with #C23A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23A04; }

 p { color: rgb(194,58,4); }

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

background-color css

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

 a { background-color: rgb(194,58,4); }

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

border-color css

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

 span { border-color: rgb(194,58,4); }

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