Html Css Color HEX #C1082E Cardinal

📋 copy color: '#C1082E'

red 193 ◦ green 8 ◦ blue 46

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

Shades of Cardinal #C1082E

Tints of Cardinal #C1082E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.62%

R = 78.14%
G = 3.24%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C1082E (or 0xC1082E) is known color: Cardinal. HEX triplet: C1, 08 and 2E. RGB value is (193,8,46). Sum of RGB (Red+Green+Blue) = 193+8+46=247 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.14% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 193 - color contains mainly: red. Hex color #C1082E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1082E is #3EF7D1. Grayscale: #434343. Windows color (decimal): -4126674 or 3016897. OLE color: 3016897.

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

Color convert

RGB 193 8 46 -
CMYK 0 0.96 0.76 0.24
HSL 347.68º 0.92% 0.39% -
HSV(B) 347.68º 0.96% 0.76% -
XYZ 22.57 11.71 3.66 -
YUV 67.65 115.79 217.41 -
System Red Green Blue C M Y K H S L
Decimal 193 8 46 0 0.96 0.76 0.24 347.68 0.92 0.39
Hex C1 8 2E 0 60 4C 18 15C 5C 27
Octal 301 10 56 0 140 114 30 534 134 47
Binary 11000001 1000 101110 0 1100000 1001100 11000 101011100 1011100 100111

Color Harmonies of #C1082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1082E

Black with #C1082E

Text Example


Text Example

White with #C1082E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1082E; }

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

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

background-color css

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

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

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

border-color css

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

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

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