Html Css Color HEX #CB135F Ruby

📋 copy color: '#CB135F'

red 203 ◦ green 19 ◦ blue 95

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

Shades of Ruby #CB135F

Tints of Ruby #CB135F

RGB

 RED value IS 203 (79.69% from 255) = 64.04%

 GREEN value IS 19 (7.81% from 255) = 5.99%

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

R = 64.04%
G = 5.99%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB135F (or 0xCB135F) is known color: Ruby. HEX triplet: CB, 13 and 5F. RGB value is (203,19,95). Sum of RGB (Red+Green+Blue) = 203+19+95=317 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.04% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 203 - color contains mainly: red. Hex color #CB135F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB135F is #34ECA0. Grayscale: #525252. Windows color (decimal): -3468449 or 6230987. OLE color: 6230987.

HSL color Cylindrical-coordinate representation of color #CB135F: hue angle of 335.22º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB135F is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 19 95 -
CMYK 0 0.91 0.53 0.20
HSL 335.22º 0.83% 0.44% -
HSV(B) 335.22º 0.91% 0.8% -
XYZ 26.93 13.99 12.11 -
YUV 82.68 134.96 213.82 -
System Red Green Blue C M Y K H S L
Decimal 203 19 95 0 0.91 0.53 0.20 335.22 0.83 0.44
Hex CB 13 5F 0 5B 35 14 14F 53 2C
Octal 313 23 137 0 133 65 24 517 123 54
Binary 11001011 10011 1011111 0 1011011 110101 10100 101001111 1010011 101100

Color Harmonies of #CB135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB135F

Black with #CB135F

Text Example


Text Example

White with #CB135F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB135F; }

 p { color: rgb(203,19,95); }

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

background-color css

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

 a { background-color: rgb(203,19,95); }

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

border-color css

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

 span { border-color: rgb(203,19,95); }

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