Html Css Color HEX #CB0853 Ruby

📋 copy color: '#CB0853'

red 203 ◦ green 8 ◦ blue 83

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

Shades of Ruby #CB0853

Tints of Ruby #CB0853

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.72%

 BLUE value IS 83 (32.81% from 255) = 28.23%

R = 69.05%
G = 2.72%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CB0853 (or 0xCB0853) is known color: Ruby. HEX triplet: CB, 08 and 53. RGB value is (203,8,83). Sum of RGB (Red+Green+Blue) = 203+8+83=294 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.05% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0853 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0853 is #34F7AC. Grayscale: #4A4A4A. Windows color (decimal): -3471277 or 5441739. OLE color: 5441739.

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

Color convert

RGB 203 8 83 -
CMYK 0 0.96 0.59 0.20
HSL 336.92º 0.92% 0.41% -
HSV(B) 336.92º 0.96% 0.8% -
XYZ 26.28 13.49 9.4 -
YUV 74.86 132.6 219.4 -
System Red Green Blue C M Y K H S L
Decimal 203 8 83 0 0.96 0.59 0.20 336.92 0.92 0.41
Hex CB 8 53 0 60 3B 14 151 5C 29
Octal 313 10 123 0 140 73 24 521 134 51
Binary 11001011 1000 1010011 0 1100000 111011 10100 101010001 1011100 101001

Color Harmonies of #CB0853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0853

Black with #CB0853

Text Example


Text Example

White with #CB0853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0853; }

 p { color: rgb(203,8,83); }

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

background-color css

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

 a { background-color: rgb(203,8,83); }

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

border-color css

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

 span { border-color: rgb(203,8,83); }

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