Html Css Color HEX #CB035F Ruby

📋 copy color: '#CB035F'

red 203 ◦ green 3 ◦ blue 95

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

Shades of Ruby #CB035F

Tints of Ruby #CB035F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1%

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

R = 67.44%
G = 1%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB035F (or 0xCB035F) is known color: Ruby. HEX triplet: CB, 03 and 5F. RGB value is (203,3,95). Sum of RGB (Red+Green+Blue) = 203+3+95=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB035F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB035F is #34FCA0. Grayscale: #494949. Windows color (decimal): -3472545 or 6226891. OLE color: 6226891.

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

Color convert

RGB 203 3 95 -
CMYK 0 0.99 0.53 0.20
HSL 332.4º 0.97% 0.4% -
HSV(B) 332.4º 0.99% 0.8% -
XYZ 26.73 13.59 12.04 -
YUV 73.29 140.26 220.52 -
System Red Green Blue C M Y K H S L
Decimal 203 3 95 0 0.99 0.53 0.20 332.4 0.97 0.4
Hex CB 3 5F 0 63 35 14 14C 61 28
Octal 313 3 137 0 143 65 24 514 141 50
Binary 11001011 11 1011111 0 1100011 110101 10100 101001100 1100001 101000

Color Harmonies of #CB035F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB035F

Black with #CB035F

Text Example


Text Example

White with #CB035F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB035F; }

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

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

background-color css

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

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

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

border-color css

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

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

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