Html Css Color HEX #C6132F Cardinal

📋 copy color: '#C6132F'

red 198 ◦ green 19 ◦ blue 47

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

Shades of Cardinal #C6132F

Tints of Cardinal #C6132F

RGB

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

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

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

R = 75%
G = 7.2%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C6132F (or 0xC6132F) is known color: Cardinal. HEX triplet: C6, 13 and 2F. RGB value is (198,19,47). Sum of RGB (Red+Green+Blue) = 198+19+47=264 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 198 - color contains mainly: red. Hex color #C6132F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6132F is #39ECD0. Grayscale: #4B4B4B. Windows color (decimal): -3796177 or 3085254. OLE color: 3085254.

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

Color convert

RGB 198 19 47 -
CMYK 0 0.90 0.76 0.22
HSL 350.61º 0.82% 0.43% -
HSV(B) 350.61º 0.9% 0.78% -
XYZ 24.03 12.68 3.87 -
YUV 75.71 111.8 215.22 -
System Red Green Blue C M Y K H S L
Decimal 198 19 47 0 0.90 0.76 0.22 350.61 0.82 0.43
Hex C6 13 2F 0 5A 4C 16 15F 52 2B
Octal 306 23 57 0 132 114 26 537 122 53
Binary 11000110 10011 101111 0 1011010 1001100 10110 101011111 1010010 101011

Color Harmonies of #C6132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6132F

Black with #C6132F

Text Example


Text Example

White with #C6132F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6132F; }

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

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

background-color css

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

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

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

border-color css

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

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

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