Html Css Color HEX #C4035F Ruby

📋 copy color: '#C4035F'

red 196 ◦ green 3 ◦ blue 95

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

Shades of Ruby #C4035F

Tints of Ruby #C4035F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.31%

R = 66.67%
G = 1.02%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4035F (or 0xC4035F) is known color: Ruby. HEX triplet: C4, 03 and 5F. RGB value is (196,3,95). Sum of RGB (Red+Green+Blue) = 196+3+95=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C4035F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4035F is #3BFCA0. Grayscale: #474747. Windows color (decimal): -3931297 or 6226884. OLE color: 6226884.

HSL color Cylindrical-coordinate representation of color #C4035F: hue angle of 331.4º 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 #C4035F is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 3 95 -
CMYK 0 0.98 0.52 0.23
HSL 331.4º 0.97% 0.39% -
HSV(B) 331.4º 0.98% 0.77% -
XYZ 24.86 12.63 11.95 -
YUV 71.2 141.44 217.02 -
System Red Green Blue C M Y K H S L
Decimal 196 3 95 0 0.98 0.52 0.23 331.4 0.97 0.39
Hex C4 3 5F 0 62 34 17 14B 61 27
Octal 304 3 137 0 142 64 27 513 141 47
Binary 11000100 11 1011111 0 1100010 110100 10111 101001011 1100001 100111

Color Harmonies of #C4035F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4035F

Black with #C4035F

Text Example


Text Example

White with #C4035F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4035F; }

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

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

background-color css

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

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

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

border-color css

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

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

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