Html Css Color HEX #CB135A Ruby

📋 copy color: '#CB135A'

red 203 ◦ green 19 ◦ blue 90

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

Shades of Ruby #CB135A

Tints of Ruby #CB135A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.85%

R = 65.06%
G = 6.09%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB135A (or 0xCB135A) is known color: Ruby. HEX triplet: CB, 13 and 5A. RGB value is (203,19,90). Sum of RGB (Red+Green+Blue) = 203+19+90=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB135A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB135A is #34ECA5. Grayscale: #525252. Windows color (decimal): -3468454 or 5903307. OLE color: 5903307.

HSL color Cylindrical-coordinate representation of color #CB135A: hue angle of 336.85º 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 #CB135A is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 19 90 -
CMYK 0 0.91 0.56 0.20
HSL 336.85º 0.83% 0.44% -
HSV(B) 336.85º 0.91% 0.8% -
XYZ 26.71 13.9 10.95 -
YUV 82.11 132.46 214.23 -
System Red Green Blue C M Y K H S L
Decimal 203 19 90 0 0.91 0.56 0.20 336.85 0.83 0.44
Hex CB 13 5A 0 5B 38 14 151 53 2C
Octal 313 23 132 0 133 70 24 521 123 54
Binary 11001011 10011 1011010 0 1011011 111000 10100 101010001 1010011 101100

Color Harmonies of #CB135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB135A

Black with #CB135A

Text Example


Text Example

White with #CB135A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB135A; }

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

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

background-color css

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

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

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

border-color css

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

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

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