Html Css Color HEX #C6133A Cardinal

📋 copy color: '#C6133A'

red 198 ◦ green 19 ◦ blue 58

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

Shades of Cardinal #C6133A

Tints of Cardinal #C6133A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.91%

 BLUE value IS 58 (23.05% from 255) = 21.09%

R = 72%
G = 6.91%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C6133A (or 0xC6133A) is known color: Cardinal. HEX triplet: C6, 13 and 3A. RGB value is (198,19,58). Sum of RGB (Red+Green+Blue) = 198+19+58=275 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 198 - color contains mainly: red. Hex color #C6133A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6133A is #39ECC5. Grayscale: #4C4C4C. Windows color (decimal): -3796166 or 3806150. OLE color: 3806150.

HSL color Cylindrical-coordinate representation of color #C6133A: hue angle of 346.93º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6133A is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 19 58 -
CMYK 0 0.90 0.71 0.22
HSL 346.93º 0.82% 0.43% -
HSV(B) 346.93º 0.9% 0.78% -
XYZ 24.29 12.78 5.19 -
YUV 76.97 117.3 214.33 -
System Red Green Blue C M Y K H S L
Decimal 198 19 58 0 0.90 0.71 0.22 346.93 0.82 0.43
Hex C6 13 3A 0 5A 47 16 15B 52 2B
Octal 306 23 72 0 132 107 26 533 122 53
Binary 11000110 10011 111010 0 1011010 1000111 10110 101011011 1010010 101011

Color Harmonies of #C6133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6133A

Black with #C6133A

Text Example


Text Example

White with #C6133A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6133A; }

 p { color: rgb(198,19,58); }

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

background-color css

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

 a { background-color: rgb(198,19,58); }

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

border-color css

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

 span { border-color: rgb(198,19,58); }

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