Html Css Color HEX #C3123B Cardinal

📋 copy color: '#C3123B'

red 195 ◦ green 18 ◦ blue 59

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

Shades of Cardinal #C3123B

Tints of Cardinal #C3123B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.62%

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

R = 71.69%
G = 6.62%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C3123B (or 0xC3123B) is known color: Cardinal. HEX triplet: C3, 12 and 3B. RGB value is (195,18,59). Sum of RGB (Red+Green+Blue) = 195+18+59=272 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.69% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 195 - color contains mainly: red. Hex color #C3123B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3123B is #3CEDC4. Grayscale: #4B4B4B. Windows color (decimal): -3993029 or 3871427. OLE color: 3871427.

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

Color convert

RGB 195 18 59 -
CMYK 0 0.91 0.70 0.24
HSL 346.1º 0.83% 0.42% -
HSV(B) 346.1º 0.91% 0.76% -
XYZ 23.51 12.35 5.28 -
YUV 75.6 118.64 213.17 -
System Red Green Blue C M Y K H S L
Decimal 195 18 59 0 0.91 0.70 0.24 346.1 0.83 0.42
Hex C3 12 3B 0 5B 46 18 15A 53 2A
Octal 303 22 73 0 133 106 30 532 123 52
Binary 11000011 10010 111011 0 1011011 1000110 11000 101011010 1010011 101010

Color Harmonies of #C3123B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3123B

Black with #C3123B

Text Example


Text Example

White with #C3123B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3123B; }

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

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

background-color css

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

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

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

border-color css

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

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

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