Html Css Color HEX #C9035B Ruby

📋 copy color: '#C9035B'

red 201 ◦ green 3 ◦ blue 91

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

Shades of Ruby #C9035B

Tints of Ruby #C9035B

RGB

 RED value IS 201 (78.91% from 255) = 68.14%

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

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

R = 68.14%
G = 1.02%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9035B (or 0xC9035B) is known color: Ruby. HEX triplet: C9, 03 and 5B. RGB value is (201,3,91). Sum of RGB (Red+Green+Blue) = 201+3+91=295 (39% of max value = 765). Red value is 201 (78.91% from 255 or 68.14% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 201 - color contains mainly: red. Hex color #C9035B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9035B is #36FCA4. Grayscale: #484848. Windows color (decimal): -3603621 or 5964745. OLE color: 5964745.

HSL color Cylindrical-coordinate representation of color #C9035B: hue angle of 333.33º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C9035B is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 3 91 -
CMYK 0 0.99 0.55 0.21
HSL 333.33º 0.97% 0.4% -
HSV(B) 333.33º 0.99% 0.79% -
XYZ 26.01 13.24 11.08 -
YUV 72.23 138.6 219.84 -
System Red Green Blue C M Y K H S L
Decimal 201 3 91 0 0.99 0.55 0.21 333.33 0.97 0.4
Hex C9 3 5B 0 63 37 15 14D 61 28
Octal 311 3 133 0 143 67 25 515 141 50
Binary 11001001 11 1011011 0 1100011 110111 10101 101001101 1100001 101000

Color Harmonies of #C9035B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9035B

Black with #C9035B

Text Example


Text Example

White with #C9035B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9035B; }

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

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

background-color css

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

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

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

border-color css

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

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

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