Html Css Color HEX #C3163B Cardinal

📋 copy color: '#C3163B'

red 195 ◦ green 22 ◦ blue 59

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

Shades of Cardinal #C3163B

Tints of Cardinal #C3163B

RGB

 RED value IS 195 (76.56% from 255) = 70.65%

 GREEN value IS 22 (8.98% from 255) = 7.97%

 BLUE value IS 59 (23.44% from 255) = 21.38%

R = 70.65%
G = 7.97%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C3163B (or 0xC3163B) is known color: Cardinal. HEX triplet: C3, 16 and 3B. RGB value is (195,22,59). Sum of RGB (Red+Green+Blue) = 195+22+59=276 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.65% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 195 - color contains mainly: red. Hex color #C3163B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3163B is #3CE9C4. Grayscale: #4D4D4D. Windows color (decimal): -3992005 or 3872451. OLE color: 3872451.

HSL color Cylindrical-coordinate representation of color #C3163B: hue angle of 347.17º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C3163B is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 22 59 -
CMYK 0 0.89 0.70 0.24
HSL 347.17º 0.8% 0.43% -
HSV(B) 347.17º 0.89% 0.76% -
XYZ 23.58 12.49 5.31 -
YUV 77.95 117.31 211.49 -
System Red Green Blue C M Y K H S L
Decimal 195 22 59 0 0.89 0.70 0.24 347.17 0.8 0.43
Hex C3 16 3B 0 59 46 18 15B 50 2B
Octal 303 26 73 0 131 106 30 533 120 53
Binary 11000011 10110 111011 0 1011001 1000110 11000 101011011 1010000 101011

Color Harmonies of #C3163B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3163B

Black with #C3163B

Text Example


Text Example

White with #C3163B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3163B; }

 p { color: rgb(195,22,59); }

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

background-color css

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

 a { background-color: rgb(195,22,59); }

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

border-color css

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

 span { border-color: rgb(195,22,59); }

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