Html Css Color HEX #C1082F Cardinal

📋 copy color: '#C1082F'

red 193 ◦ green 8 ◦ blue 47

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

Shades of Cardinal #C1082F

Tints of Cardinal #C1082F

RGB

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

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

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

R = 77.82%
G = 3.23%
B = 18.95%

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

#C1082F (or 0xC1082F) is known color: Cardinal. HEX triplet: C1, 08 and 2F. RGB value is (193,8,47). Sum of RGB (Red+Green+Blue) = 193+8+47=248 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.82% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 193 - color contains mainly: red. Hex color #C1082F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1082F is #3EF7D0. Grayscale: #434343. Windows color (decimal): -4126673 or 3082433. OLE color: 3082433.

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

Color convert

RGB 193 8 47 -
CMYK 0 0.96 0.76 0.24
HSL 347.35º 0.92% 0.39% -
HSV(B) 347.35º 0.96% 0.76% -
XYZ 22.59 11.72 3.76 -
YUV 67.76 116.29 217.33 -
System Red Green Blue C M Y K H S L
Decimal 193 8 47 0 0.96 0.76 0.24 347.35 0.92 0.39
Hex C1 8 2F 0 60 4C 18 15B 5C 27
Octal 301 10 57 0 140 114 30 533 134 47
Binary 11000001 1000 101111 0 1100000 1001100 11000 101011011 1011100 100111

Color Harmonies of #C1082F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1082F

Black with #C1082F

Text Example


Text Example

White with #C1082F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1082F; }

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

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

background-color css

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

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

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

border-color css

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

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

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