Html Css Color HEX #C6123B Cardinal

📋 copy color: '#C6123B'

red 198 ◦ green 18 ◦ blue 59

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

Shades of Cardinal #C6123B

Tints of Cardinal #C6123B

RGB

 RED value IS 198 (77.73% from 255) = 72%

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

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

R = 72%
G = 6.55%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6123B (or 0xC6123B) is known color: Cardinal. HEX triplet: C6, 12 and 3B. RGB value is (198,18,59). Sum of RGB (Red+Green+Blue) = 198+18+59=275 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 198 - color contains mainly: red. Hex color #C6123B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6123B is #39EDC4. Grayscale: #4C4C4C. Windows color (decimal): -3796421 or 3871430. OLE color: 3871430.

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

Color convert

RGB 198 18 59 -
CMYK 0 0.91 0.70 0.22
HSL 346.33º 0.83% 0.42% -
HSV(B) 346.33º 0.91% 0.78% -
XYZ 24.29 12.75 5.32 -
YUV 76.49 118.13 214.67 -
System Red Green Blue C M Y K H S L
Decimal 198 18 59 0 0.91 0.70 0.22 346.33 0.83 0.42
Hex C6 12 3B 0 5B 46 16 15A 53 2A
Octal 306 22 73 0 133 106 26 532 123 52
Binary 11000110 10010 111011 0 1011011 1000110 10110 101011010 1010011 101010

Color Harmonies of #C6123B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6123B

Black with #C6123B

Text Example


Text Example

White with #C6123B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6123B; }

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

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

background-color css

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

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

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

border-color css

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

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

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