Html Css Color HEX #C3162E Cardinal

📋 copy color: '#C3162E'

red 195 ◦ green 22 ◦ blue 46

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

Shades of Cardinal #C3162E

Tints of Cardinal #C3162E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.49%

R = 74.14%
G = 8.37%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C3162E (or 0xC3162E) is known color: Cardinal. HEX triplet: C3, 16 and 2E. RGB value is (195,22,46). Sum of RGB (Red+Green+Blue) = 195+22+46=263 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.14% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 195 - color contains mainly: red. Hex color #C3162E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3162E is #3CE9D1. Grayscale: #4C4C4C. Windows color (decimal): -3992018 or 3020483. OLE color: 3020483.

HSL color Cylindrical-coordinate representation of color #C3162E: hue angle of 351.68º 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 #C3162E is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 22 46 -
CMYK 0 0.89 0.76 0.24
HSL 351.68º 0.8% 0.43% -
HSV(B) 351.68º 0.89% 0.76% -
XYZ 23.29 12.37 3.75 -
YUV 76.46 110.81 212.55 -
System Red Green Blue C M Y K H S L
Decimal 195 22 46 0 0.89 0.76 0.24 351.68 0.8 0.43
Hex C3 16 2E 0 59 4C 18 160 50 2B
Octal 303 26 56 0 131 114 30 540 120 53
Binary 11000011 10110 101110 0 1011001 1001100 11000 101100000 1010000 101011

Color Harmonies of #C3162E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3162E

Black with #C3162E

Text Example


Text Example

White with #C3162E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3162E; }

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

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

background-color css

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

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

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

border-color css

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

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

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