Html Css Color HEX #C1083A Cardinal

📋 copy color: '#C1083A'

red 193 ◦ green 8 ◦ blue 58

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

Shades of Cardinal #C1083A

Tints of Cardinal #C1083A

RGB

 RED value IS 193 (75.78% from 255) = 74.52%

 GREEN value IS 8 (3.52% from 255) = 3.09%

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

R = 74.52%
G = 3.09%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C1083A (or 0xC1083A) is known color: Cardinal. HEX triplet: C1, 08 and 3A. RGB value is (193,8,58). Sum of RGB (Red+Green+Blue) = 193+8+58=259 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.52% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 193 - color contains mainly: red. Hex color #C1083A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1083A is #3EF7C5. Grayscale: #454545. Windows color (decimal): -4126662 or 3803329. OLE color: 3803329.

HSL color Cylindrical-coordinate representation of color #C1083A: hue angle of 343.78º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C1083A is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 8 58 -
CMYK 0 0.96 0.70 0.24
HSL 343.78º 0.92% 0.39% -
HSV(B) 343.78º 0.96% 0.76% -
XYZ 22.84 11.82 5.08 -
YUV 69.02 121.79 216.43 -
System Red Green Blue C M Y K H S L
Decimal 193 8 58 0 0.96 0.70 0.24 343.78 0.92 0.39
Hex C1 8 3A 0 60 46 18 158 5C 27
Octal 301 10 72 0 140 106 30 530 134 47
Binary 11000001 1000 111010 0 1100000 1000110 11000 101011000 1011100 100111

Color Harmonies of #C1083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1083A

Black with #C1083A

Text Example


Text Example

White with #C1083A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1083A; }

 p { color: rgb(193,8,58); }

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

background-color css

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

 a { background-color: rgb(193,8,58); }

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

border-color css

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

 span { border-color: rgb(193,8,58); }

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