Html Css Color HEX #C3003A Cardinal

📋 copy color: '#C3003A'

red 195 ◦ green 0 ◦ blue 58

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

Shades of Cardinal #C3003A

Tints of Cardinal #C3003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 77.08%
G = 0%
B = 22.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C3003A (or 0xC3003A) is known color: Cardinal. HEX triplet: C3, 00 and 3A. RGB value is (195,0,58). Sum of RGB (Red+Green+Blue) = 195+0+58=253 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.08% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 195 - color contains mainly: red. Hex color #C3003A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3003A is #3CFFC5. Grayscale: #404040. Windows color (decimal): -3997638 or 3801283. OLE color: 3801283.

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

Color convert

RGB 195 0 58 -
CMYK 0 1 0.70 0.24
HSL 342.15º 1% 0.38% -
HSV(B) 342.15º 1% 0.76% -
XYZ 23.27 11.91 5.07 -
YUV 64.92 124.1 220.78 -
System Red Green Blue C M Y K H S L
Decimal 195 0 58 0 1 0.70 0.24 342.15 1 0.38
Hex C3 0 3A 0 64 46 18 156 64 26
Octal 303 0 72 0 144 106 30 526 144 46
Binary 11000011 0 111010 0 1100100 1000110 11000 101010110 1100100 100110

Color Harmonies of #C3003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3003A

Black with #C3003A

Text Example


Text Example

White with #C3003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3003A; }

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

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

background-color css

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

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

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

border-color css

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

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

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