Html Css Color HEX #CB1051 Ruby

📋 copy color: '#CB1051'

red 203 ◦ green 16 ◦ blue 81

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

Shades of Ruby #CB1051

Tints of Ruby #CB1051

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.33%

 BLUE value IS 81 (32.03% from 255) = 27%

R = 67.67%
G = 5.33%
B = 27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#CB1051 (or 0xCB1051) is known color: Ruby. HEX triplet: CB, 10 and 51. RGB value is (203,16,81). Sum of RGB (Red+Green+Blue) = 203+16+81=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 81 (32.03% from 255 or 27% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1051 is #34EFAE. Grayscale: #4F4F4F. Windows color (decimal): -3469231 or 5312715. OLE color: 5312715.

HSL color Cylindrical-coordinate representation of color #CB1051: hue angle of 339.14º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB1051 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 16 81 -
CMYK 0 0.92 0.60 0.20
HSL 339.14º 0.85% 0.43% -
HSV(B) 339.14º 0.92% 0.8% -
XYZ 26.3 13.66 9.04 -
YUV 79.32 128.95 216.21 -
System Red Green Blue C M Y K H S L
Decimal 203 16 81 0 0.92 0.60 0.20 339.14 0.85 0.43
Hex CB 10 51 0 5C 3C 14 153 55 2B
Octal 313 20 121 0 134 74 24 523 125 53
Binary 11001011 10000 1010001 0 1011100 111100 10100 101010011 1010101 101011

Color Harmonies of #CB1051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1051

Black with #CB1051

Text Example


Text Example

White with #CB1051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1051; }

 p { color: rgb(203,16,81); }

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

background-color css

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

 a { background-color: rgb(203,16,81); }

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

border-color css

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

 span { border-color: rgb(203,16,81); }

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