Html Css Color HEX #C3063A Cardinal

📋 copy color: '#C3063A'

red 195 ◦ green 6 ◦ blue 58

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

Shades of Cardinal #C3063A

Tints of Cardinal #C3063A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.32%

 BLUE value IS 58 (23.05% from 255) = 22.39%

R = 75.29%
G = 2.32%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C3063A (or 0xC3063A) is known color: Cardinal. HEX triplet: C3, 06 and 3A. RGB value is (195,6,58). Sum of RGB (Red+Green+Blue) = 195+6+58=259 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.29% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 195 - color contains mainly: red. Hex color #C3063A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3063A is #3CF9C5. Grayscale: #444444. Windows color (decimal): -3996102 or 3802819. OLE color: 3802819.

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

Color convert

RGB 195 6 58 -
CMYK 0 0.97 0.70 0.24
HSL 343.49º 0.94% 0.39% -
HSV(B) 343.49º 0.97% 0.76% -
XYZ 23.33 12.04 5.1 -
YUV 68.44 122.12 218.27 -
System Red Green Blue C M Y K H S L
Decimal 195 6 58 0 0.97 0.70 0.24 343.49 0.94 0.39
Hex C3 6 3A 0 61 46 18 157 5E 27
Octal 303 6 72 0 141 106 30 527 136 47
Binary 11000011 110 111010 0 1100001 1000110 11000 101010111 1011110 100111

Color Harmonies of #C3063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3063A

Black with #C3063A

Text Example


Text Example

White with #C3063A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3063A; }

 p { color: rgb(195,6,58); }

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

background-color css

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

 a { background-color: rgb(195,6,58); }

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

border-color css

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

 span { border-color: rgb(195,6,58); }

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