Html Css Color HEX #C3064F Ruby

📋 copy color: '#C3064F'

red 195 ◦ green 6 ◦ blue 79

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

Shades of Ruby #C3064F

Tints of Ruby #C3064F

RGB

 RED value IS 195 (76.56% from 255) = 69.64%

 GREEN value IS 6 (2.73% from 255) = 2.14%

 BLUE value IS 79 (31.25% from 255) = 28.21%

R = 69.64%
G = 2.14%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C3064F (or 0xC3064F) is known color: Ruby. HEX triplet: C3, 06 and 4F. RGB value is (195,6,79). Sum of RGB (Red+Green+Blue) = 195+6+79=280 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.64% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 79 (31.25% from 255 or 28.21% from 280); Max value from RGB is 195 - color contains mainly: red. Hex color #C3064F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3064F is #3CF9B0. Grayscale: #464646. Windows color (decimal): -3996081 or 5179075. OLE color: 5179075.

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

Color convert

RGB 195 6 79 -
CMYK 0 0.97 0.59 0.24
HSL 336.83º 0.94% 0.39% -
HSV(B) 336.83º 0.97% 0.76% -
XYZ 23.98 12.3 8.51 -
YUV 70.83 132.62 216.56 -
System Red Green Blue C M Y K H S L
Decimal 195 6 79 0 0.97 0.59 0.24 336.83 0.94 0.39
Hex C3 6 4F 0 61 3B 18 151 5E 27
Octal 303 6 117 0 141 73 30 521 136 47
Binary 11000011 110 1001111 0 1100001 111011 11000 101010001 1011110 100111

Color Harmonies of #C3064F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3064F

Black with #C3064F

Text Example


Text Example

White with #C3064F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3064F; }

 p { color: rgb(195,6,79); }

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

background-color css

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

 a { background-color: rgb(195,6,79); }

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

border-color css

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

 span { border-color: rgb(195,6,79); }

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