Html Css Color HEX #CB1346 Cardinal

📋 copy color: '#CB1346'

red 203 ◦ green 19 ◦ blue 70

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

Shades of Cardinal #CB1346

Tints of Cardinal #CB1346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.97%

R = 69.52%
G = 6.51%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CB1346 (or 0xCB1346) is known color: Cardinal. HEX triplet: CB, 13 and 46. RGB value is (203,19,70). Sum of RGB (Red+Green+Blue) = 203+19+70=292 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.52% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1346 is #34ECB9. Grayscale: #4F4F4F. Windows color (decimal): -3468474 or 4592587. OLE color: 4592587.

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

Color convert

RGB 203 19 70 -
CMYK 0 0.91 0.66 0.20
HSL 343.37º 0.83% 0.44% -
HSV(B) 343.37º 0.91% 0.8% -
XYZ 25.97 13.6 7.05 -
YUV 79.83 122.46 215.85 -
System Red Green Blue C M Y K H S L
Decimal 203 19 70 0 0.91 0.66 0.20 343.37 0.83 0.44
Hex CB 13 46 0 5B 42 14 157 53 2C
Octal 313 23 106 0 133 102 24 527 123 54
Binary 11001011 10011 1000110 0 1011011 1000010 10100 101010111 1010011 101100

Color Harmonies of #CB1346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1346

Black with #CB1346

Text Example


Text Example

White with #CB1346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1346; }

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

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

background-color css

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

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

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

border-color css

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

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

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