Html Css Color HEX #C3103B Cardinal

📋 copy color: '#C3103B'

red 195 ◦ green 16 ◦ blue 59

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

Shades of Cardinal #C3103B

Tints of Cardinal #C3103B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.93%

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

R = 72.22%
G = 5.93%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C3103B (or 0xC3103B) is known color: Cardinal. HEX triplet: C3, 10 and 3B. RGB value is (195,16,59). Sum of RGB (Red+Green+Blue) = 195+16+59=270 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.22% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 195 - color contains mainly: red. Hex color #C3103B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3103B is #3CEFC4. Grayscale: #4A4A4A. Windows color (decimal): -3993541 or 3870915. OLE color: 3870915.

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

Color convert

RGB 195 16 59 -
CMYK 0 0.92 0.70 0.24
HSL 345.59º 0.85% 0.41% -
HSV(B) 345.59º 0.92% 0.76% -
XYZ 23.48 12.29 5.27 -
YUV 74.42 119.3 214 -
System Red Green Blue C M Y K H S L
Decimal 195 16 59 0 0.92 0.70 0.24 345.59 0.85 0.41
Hex C3 10 3B 0 5C 46 18 15A 55 29
Octal 303 20 73 0 134 106 30 532 125 51
Binary 11000011 10000 111011 0 1011100 1000110 11000 101011010 1010101 101001

Color Harmonies of #C3103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3103B

Black with #C3103B

Text Example


Text Example

White with #C3103B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3103B; }

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

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

background-color css

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

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

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

border-color css

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

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

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