Html Css Color HEX #C62030 Cardinal

📋 copy color: '#C62030'

red 198 ◦ green 32 ◦ blue 48

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

Shades of Cardinal #C62030

Tints of Cardinal #C62030

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.51%

 BLUE value IS 48 (19.14% from 255) = 17.27%

R = 71.22%
G = 11.51%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C62030 (or 0xC62030) is known color: Cardinal. HEX triplet: C6, 20 and 30. RGB value is (198,32,48). Sum of RGB (Red+Green+Blue) = 198+32+48=278 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.22% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 198 - color contains mainly: red. Hex color #C62030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62030 is #39DFCF. Grayscale: #535353. Windows color (decimal): -3792848 or 3154118. OLE color: 3154118.

HSL color Cylindrical-coordinate representation of color #C62030: hue angle of 354.22º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C62030 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 32 48 -
CMYK 0 0.84 0.76 0.22
HSL 354.22º 0.72% 0.45% -
HSV(B) 354.22º 0.84% 0.78% -
XYZ 24.34 13.25 4.07 -
YUV 83.46 108 209.7 -
System Red Green Blue C M Y K H S L
Decimal 198 32 48 0 0.84 0.76 0.22 354.22 0.72 0.45
Hex C6 20 30 0 54 4C 16 162 48 2D
Octal 306 40 60 0 124 114 26 542 110 55
Binary 11000110 100000 110000 0 1010100 1001100 10110 101100010 1001000 101101

Color Harmonies of #C62030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62030

Black with #C62030

Text Example


Text Example

White with #C62030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62030; }

 p { color: rgb(198,32,48); }

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

background-color css

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

 a { background-color: rgb(198,32,48); }

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

border-color css

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

 span { border-color: rgb(198,32,48); }

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