Html Css Color HEX #C4035D Ruby

📋 copy color: '#C4035D'

red 196 ◦ green 3 ◦ blue 93

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

Shades of Ruby #C4035D

Tints of Ruby #C4035D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.03%

 BLUE value IS 93 (36.72% from 255) = 31.85%

R = 67.12%
G = 1.03%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C4035D (or 0xC4035D) is known color: Ruby. HEX triplet: C4, 03 and 5D. RGB value is (196,3,93). Sum of RGB (Red+Green+Blue) = 196+3+93=292 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.12% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 196 - color contains mainly: red. Hex color #C4035D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4035D is #3BFCA2. Grayscale: #464646. Windows color (decimal): -3931299 or 6095812. OLE color: 6095812.

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

Color convert

RGB 196 3 93 -
CMYK 0 0.98 0.53 0.23
HSL 332.02º 0.97% 0.39% -
HSV(B) 332.02º 0.98% 0.77% -
XYZ 24.77 12.59 11.48 -
YUV 70.97 140.44 217.18 -
System Red Green Blue C M Y K H S L
Decimal 196 3 93 0 0.98 0.53 0.23 332.02 0.97 0.39
Hex C4 3 5D 0 62 35 17 14C 61 27
Octal 304 3 135 0 142 65 27 514 141 47
Binary 11000100 11 1011101 0 1100010 110101 10111 101001100 1100001 100111

Color Harmonies of #C4035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4035D

Black with #C4035D

Text Example


Text Example

White with #C4035D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4035D; }

 p { color: rgb(196,3,93); }

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

background-color css

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

 a { background-color: rgb(196,3,93); }

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

border-color css

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

 span { border-color: rgb(196,3,93); }

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