Html Css Color HEX #C6093A Cardinal

📋 copy color: '#C6093A'

red 198 ◦ green 9 ◦ blue 58

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

Shades of Cardinal #C6093A

Tints of Cardinal #C6093A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.4%

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

R = 74.72%
G = 3.4%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C6093A (or 0xC6093A) is known color: Cardinal. HEX triplet: C6, 09 and 3A. RGB value is (198,9,58). Sum of RGB (Red+Green+Blue) = 198+9+58=265 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.72% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 198 - color contains mainly: red. Hex color #C6093A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6093A is #39F6C5. Grayscale: #474747. Windows color (decimal): -3798726 or 3803590. OLE color: 3803590.

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

Color convert

RGB 198 9 58 -
CMYK 0 0.95 0.71 0.22
HSL 344.44º 0.91% 0.41% -
HSV(B) 344.44º 0.95% 0.78% -
XYZ 24.15 12.51 5.14 -
YUV 71.1 120.62 218.52 -
System Red Green Blue C M Y K H S L
Decimal 198 9 58 0 0.95 0.71 0.22 344.44 0.91 0.41
Hex C6 9 3A 0 5F 47 16 158 5B 29
Octal 306 11 72 0 137 107 26 530 133 51
Binary 11000110 1001 111010 0 1011111 1000111 10110 101011000 1011011 101001

Color Harmonies of #C6093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6093A

Black with #C6093A

Text Example


Text Example

White with #C6093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6093A; }

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

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

background-color css

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

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

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

border-color css

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

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

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