Html Css Color HEX #CB1352 Ruby

📋 copy color: '#CB1352'

red 203 ◦ green 19 ◦ blue 82

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

Shades of Ruby #CB1352

Tints of Ruby #CB1352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.97%

R = 66.78%
G = 6.25%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#CB1352 (or 0xCB1352) is known color: Ruby. HEX triplet: CB, 13 and 52. RGB value is (203,19,82). Sum of RGB (Red+Green+Blue) = 203+19+82=304 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.78% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1352 is #34ECAD. Grayscale: #515151. Windows color (decimal): -3468462 or 5379019. OLE color: 5379019.

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

Color convert

RGB 203 19 82 -
CMYK 0 0.91 0.60 0.20
HSL 339.46º 0.83% 0.44% -
HSV(B) 339.46º 0.91% 0.8% -
XYZ 26.38 13.77 9.25 -
YUV 81.2 128.46 214.88 -
System Red Green Blue C M Y K H S L
Decimal 203 19 82 0 0.91 0.60 0.20 339.46 0.83 0.44
Hex CB 13 52 0 5B 3C 14 153 53 2C
Octal 313 23 122 0 133 74 24 523 123 54
Binary 11001011 10011 1010010 0 1011011 111100 10100 101010011 1010011 101100

Color Harmonies of #CB1352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1352

Black with #CB1352

Text Example


Text Example

White with #CB1352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1352; }

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

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

background-color css

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

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

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

border-color css

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

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

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