Html Css Color HEX #C4025B Ruby

📋 copy color: '#C4025B'

red 196 ◦ green 2 ◦ blue 91

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

Shades of Ruby #C4025B

Tints of Ruby #C4025B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

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

R = 67.82%
G = 0.69%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C4025B (or 0xC4025B) is known color: Ruby. HEX triplet: C4, 02 and 5B. RGB value is (196,2,91). Sum of RGB (Red+Green+Blue) = 196+2+91=289 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.82% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 196 - color contains mainly: red. Hex color #C4025B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4025B is #3BFDA4. Grayscale: #454545. Windows color (decimal): -3931557 or 5964484. OLE color: 5964484.

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

Color convert

RGB 196 2 91 -
CMYK 0 0.99 0.54 0.23
HSL 332.47º 0.98% 0.39% -
HSV(B) 332.47º 0.99% 0.77% -
XYZ 24.67 12.53 11.02 -
YUV 70.15 139.77 217.76 -
System Red Green Blue C M Y K H S L
Decimal 196 2 91 0 0.99 0.54 0.23 332.47 0.98 0.39
Hex C4 2 5B 0 63 36 17 14C 62 27
Octal 304 2 133 0 143 66 27 514 142 47
Binary 11000100 10 1011011 0 1100011 110110 10111 101001100 1100010 100111

Color Harmonies of #C4025B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4025B

Black with #C4025B

Text Example


Text Example

White with #C4025B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4025B; }

 p { color: rgb(196,2,91); }

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

background-color css

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

 a { background-color: rgb(196,2,91); }

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

border-color css

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

 span { border-color: rgb(196,2,91); }

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