Html Css Color HEX #C3162F Cardinal

📋 copy color: '#C3162F'

red 195 ◦ green 22 ◦ blue 47

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

Shades of Cardinal #C3162F

Tints of Cardinal #C3162F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.8%

R = 73.86%
G = 8.33%
B = 17.8%

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

#C3162F (or 0xC3162F) is known color: Cardinal. HEX triplet: C3, 16 and 2F. RGB value is (195,22,47). Sum of RGB (Red+Green+Blue) = 195+22+47=264 (34% of max value = 765). Red value is 195 (76.56% from 255 or 73.86% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 195 - color contains mainly: red. Hex color #C3162F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3162F is #3CE9D0. Grayscale: #4C4C4C. Windows color (decimal): -3992017 or 3086019. OLE color: 3086019.

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

Color convert

RGB 195 22 47 -
CMYK 0 0.89 0.76 0.24
HSL 351.33º 0.8% 0.43% -
HSV(B) 351.33º 0.89% 0.76% -
XYZ 23.31 12.38 3.85 -
YUV 76.58 111.31 212.47 -
System Red Green Blue C M Y K H S L
Decimal 195 22 47 0 0.89 0.76 0.24 351.33 0.8 0.43
Hex C3 16 2F 0 59 4C 18 15F 50 2B
Octal 303 26 57 0 131 114 30 537 120 53
Binary 11000011 10110 101111 0 1011001 1001100 11000 101011111 1010000 101011

Color Harmonies of #C3162F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3162F

Black with #C3162F

Text Example


Text Example

White with #C3162F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3162F; }

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

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

background-color css

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

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

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

border-color css

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

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

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