Html Css Color HEX #C7035B Ruby

📋 copy color: '#C7035B'

red 199 ◦ green 3 ◦ blue 91

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

Shades of Ruby #C7035B

Tints of Ruby #C7035B

RGB

 RED value IS 199 (78.13% from 255) = 67.92%

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

 BLUE value IS 91 (35.94% from 255) = 31.06%

R = 67.92%
G = 1.02%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7035B (or 0xC7035B) is known color: Ruby. HEX triplet: C7, 03 and 5B. RGB value is (199,3,91). Sum of RGB (Red+Green+Blue) = 199+3+91=293 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.92% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 199 - color contains mainly: red. Hex color #C7035B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7035B is #38FCA4. Grayscale: #474747. Windows color (decimal): -3734693 or 5964743. OLE color: 5964743.

HSL color Cylindrical-coordinate representation of color #C7035B: hue angle of 333.06º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C7035B is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 3 91 -
CMYK 0 0.98 0.54 0.22
HSL 333.06º 0.97% 0.4% -
HSV(B) 333.06º 0.98% 0.78% -
XYZ 25.47 12.96 11.06 -
YUV 71.64 138.93 218.84 -
System Red Green Blue C M Y K H S L
Decimal 199 3 91 0 0.98 0.54 0.22 333.06 0.97 0.4
Hex C7 3 5B 0 62 36 16 14D 61 28
Octal 307 3 133 0 142 66 26 515 141 50
Binary 11000111 11 1011011 0 1100010 110110 10110 101001101 1100001 101000

Color Harmonies of #C7035B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7035B

Black with #C7035B

Text Example


Text Example

White with #C7035B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7035B; }

 p { color: rgb(199,3,91); }

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

background-color css

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

 a { background-color: rgb(199,3,91); }

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

border-color css

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

 span { border-color: rgb(199,3,91); }

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